h1 {
  margin-top: 30px;
  font-family: Arial;
  text-align: center;
  color: black;
}
p {
  font-family: Arial;
  text-align: center;
  color: black;
}
#footer {
  display: block;
  text-align: center;
}
.subtext {
  font-size: 0.8em;
  font-style: italic;
}
.nametext {
  text-decoration: underline;
  padding-bottom: 5px;
}
a {
  background-color: #336;
  width: 300px;
  padding: 0.8em;
  margin: 1em;
  text-decoration: none;
}
a:hover {
  background-color: rgb(67, 67, 151);
}
#content {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#grid_container {
  width: 100%;
  display: block;
  margin: 40px 0;
  text-align: center;
}
#links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid_item_text {
  min-height: 4em;
}
.grid_item_text p {
  color: white;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}
.small {
  font-size: 1em;
  color: #bbb;
  color: white;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}
#footer p {
  color: #aaa;
}
