
.content {
  font-size: 20px;
  font-family: 'Merriweather', serif;
  margin-left: 10px;
}


li {
  font-size: 20px;
  font-family: 'Merriweather', serif;
}


a {
  text-decoration: none;
  color: red;
  border-bottom: 1px dashed red;
}

.special {
  font-family: Arial !important;
}

a:hover {
  background-color: blue;
}


.legal {
  font-family: 'Courier Prime', monospace;
  font-size: 10px;
  bottom: 0px;
  margin-left: 10px;
  position: relative;
}



h1 {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  margin-left: 10px;
}
