/* General page styling */
body {
  background-color: rgb(51, 21, 160);
  color: rgb(255, 255, 255);
  font-family: 'Exo 2', sans-serif;
  text-align: center;
}

/* Links */
a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

a:hover {
  color: yellow;
}
