html {
background-color: blue;
}

h1 {
color: white;

}

h2 {
color: white;
}


p {
color: white;
}

:link {
  color: white
}

a:visited {
  color: white;
}

