body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #f5f7fa;
}
#container {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
}
.header {
  background-color: #c3dded;
  font-family: 'Courier New', Courier, monospace;
}
.header a {
  color: #f7233d;
  text-decoration: underline #6195c2;
}
.header .left {
  text-align: left;
}
.header .right {
  text-align: right;
  display: block;
  float: right;
}
.jumbotron .left {
  text-align: left;
}
.jumbotron .right {
  text-align: right;
}
.jumbotron pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14pt;
}
.cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 10px 20px;
}
.cols .col3 {
  grid-column: 3;
}
.cols .col9 {
  grid-column: 1/3;
}
.articleCard {
  border: 1px solid #c3dded;
  margin: 10px 0;
}
.articleCard .title {
  border: 0px;
  font-size: 18pt;
  padding-left: 20px;
}
.articleCard .title a {
  color: #f7233d;
  text-decoration: none;
}
.articleCard .excerpt {
  border: 0px;
  font-size: 12pt;
  padding-left: 20px;
  padding-right: 20px;
}
.articleCard .button {
  border: 1px solid #c3dded;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.articleCard .button:hover {
  background-color: #354a71;
  color: #ffffff;
}
.articleCard .right {
  text-align: right;
  margin: 12px;
}
footer {
  bottom: 0;
  width: 960px;
  height: 70px;
  background-color: #354a71;
}
footer p {
  color: #c3dded;
  margin: 10px;
  padding: 10px;
}
.content {
  padding: 32px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
}
.content a {
  color: #4c77a4;
}
