h1{
text-align: center;
  font-family: cooper black;
  font-size: 50px;
  color: black
}
h2{
  text-align: center;
  background-color: gainsboro;
  text-decoration-color: black
}

img{
  width:501px;
  border-style: solid;
  border-width: 15px;
  border-color: gainsboro;
  border-radius: 15px;
}

p{
  color: dark gray;
  background-color: aliceblue;
  border-color: aliceblue;
}