body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

 main {
    flex: 1 0 auto;
  }
.time-item{
  padding-left: 30px;
  font-size: 11px;
}
.author-item{
  font-size: 12px;
}
.tag-item{
  font-size: 12px;
}
.brand{
    padding-left:10px;
    font-size:30px;
    font-weight:500;
}
.widget{
    display:block;
    border-bottom: 1px solid #b3b3b3;
}

.header-title {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size:40px;
  margin-top:24px;
}