body {
  background: #C1BDFF;
}
p {
  color: rgb(67, 0, 255);
  text-align: center;
  font-size: 15px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #78FF91;
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #C663FF;
}
img {
  display: block;
  margin: auto;
  width: 25%;
}
img {
  border: 20px solid #7269FF
    ;
  border-radius: 0px;
  padding: 5px;
  width: px;
  border-style: dotted;
}
