body {
  text-align: center;
  font-family: sans-serif;
  background-color: #fff;
  color: #4c2164;
}

h1 {
  padding-top: 200px;
}

a {
  text-decoration: none;
  color: #be8cd9;
  font-weight: bold;
}

a:hover {
  color: #00e6e6;
}
