body {
  font-family: sans-serif;
  /* background-color: #ede6ee; */
  background-color: black;
  text-align: center;
  color: #505050;
}

#image {
  margin: 10px;
}

a, a:visited, a:hover, a:active {
  color: #661166;
  text-decoration: none;
}

