body{
  background-color: white;
  font-family: 'Russo One', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: black;
  margin: 0;
  line-height: 1.5
}
div.content{
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
a{
  background-color: #316D33;
  color: white;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
}
div.footer{
  text-align: center;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  line-height: 2.5;
  font-size: 16px;
}
h1{
  font-weight: normal;
  color: #316D33;
}
p {
  font-size: 20px;
  text-align: center;
  color: #444;
}
