body {
  background: rgb(215, 207, 248);
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #faff00;
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #ff00cc;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 20px solid #CFF8EC
    ;
  border-radius: 0px;
  padding: 5px;
  width: px;
  border-style: dotted dashed solid double
}