body {
  background: white;
}
p {
  color: black;
}
h2{
  color: lightsteelblue;
  text-decoration: underline;
  font-weight: bold;
}
img{
  width: 400px;
  border-style: groove;
  border-color: dimgrey;
  border-radius: 40px;
}