#container {
  display: grid;
  grid-template-columns: 200px 700px 200px;
  margin: 0 auto;
  justify-content: center;
}

#maincontent {
}
#leftbar {
  margin-top: 200px;
  margin-right: 10px;
}

#rightbar {
  margin-top: 200px;
  margin-left: 10px;
}

#header {
  height: 100px;
  background-color: #4466FF;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Arial, Helvetica;
}

.tagline {
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
}

#footer {
  font-size: 80%;
}

.trending {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}


body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1rem;
}