h1 {
  color: teal;

}
body {
  background-color: navy;
  font-family: sans-serif;
  text-align: center;
}
img {
  border: blue solid 8px
}
li {
  color: white;
  font-family: sans-serif
}
h2{
  color: white;
}
p{
  color: white;
  
}