body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  text-align: center;
  font-weight: normal;
  font-size: 60px;
  color: #333;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #291f4d;
}

a:hover {
  color: #d0ceeb;
}