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

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

a:hover {
  color: yellow;
}
