body {
  margin-top: 100px;
  background-color: #F5F5F5;
  text-align: center;
}

a:link, a:visited, a:active {
  font-style: cursive;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 3.0em;
  color: #45484B;
  text-decoration: none;
}

a:hover {
  color: #62666a;
}
