body {
  background: white;
}
p {
  color: black;
}
h1 {
  font-family: cursive;
  color: rgb(159, 212, 173);
  font-weight: bolder;
  border-style: groove;
  border-color: rgb(235, 190, 218);
}
h2 {
  color: rgb(159, 212, 173);
  font-family: cursive;
}
img{
  width: 400px;
  border-style: groove;
  border-color: dimgrey;
  border-radius: 40px;
}