body {
  background-color: rgb(8, 110, 153);
}

h1 { 
  color: rgb(27, 176, 206);
  font-family: "Archivo Black", sans-serif;
}

h2 {
  color: rgb(255, 255, 255);
}

p {
  color: rgb(255, 255, 255);
  font-family: "Oswald", sans-serif;
}

.description { 
  color: rgb(65, 238, 250);
  font-family: "Oswald", sans-serif;
}


a {
  color: rgb(0, 0, 0);
  font-family: "Oswald", sans-serif;
}

