a {
  color: white;
}

body {
  font-family: "Raleway", sans-serif;
  background-color: rgb(0, 255, 255);
}

h1, h2, h3, h4 {
  color: rgb(255, 255, 255);
}

section {
  padding: 0.5rem 1rem;
  background-color: rgb(0, 255, 255);
}

#footer {
  border-top: 2px solid white;
}
