body {
  background: #CAEDCA;
}
p {
  color: rgb(73, 111, 86);
  text-align: center;
  font-size: 15px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #ff8b8b;
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #ab63ff;
}
img {
  display: block;
  margin: auto;
  width: 25%;
}
img {
  border: 20px solid #ffff78;
  border-radius: 0px;
  padding: 6px;
  width: px;
  border-style: double
}
