body {
  background: #13e6da;
}
p {
  color: black;
  font-size: 20px;
  text-align: center;
}
h1 {
  font-weight: bold;
  color:bisque;
  font-size: 36px;
  text-align: center;
}
h3{ color: black;
  font-size: 30px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}