img{
  width:500px;
  border-style: dotted;
border-color:#f2b3d5;
  border-width: 20px;
  border-radius:34px
}
body{
  background-color:cadetblue;
  color:white
}

h1{
  text-align: center;
    font-family: sans-serif;
      font-size: 50px;
}
h2{
  font-family: fantasy;
  text-align: right;
  color: black;
}

p{
  font-family: fantasy;
  font-size: 20px;
  border-style:solid
  border-color: #a5abe8;
}
h4{
  font-size:20px;
  text-align:center;
  color: #ff078d;
}
h3{
  text-align: right;
  font-family: serif
}