body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
}

a {
  color: #eee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}