body {
  background: rgb(234, 224, 243);
}
p {
  color: rgb(93, 72, 137);
}
h1 {
  font-weight: bold;
  font-family: fantasy;
  color: darkblue;
  text-decoration: overline;
  background-color: rgb(227, 212, 237);
  text-align: center;
}
h2{ text-decoration: underline;
text-decoration-color: rgb(177, 113, 195);
color: rgb(176, 122, 199);
font-family: sans-serif;
  text-align: center;
}
h4{color: darkblue;
font-family: sans-serif;
  text-decoration: underline;
  text-align: right;
}

h5{text-align: right;
color:rebeccapurple;
}
img{width: 150px;
  height:100px;
  float: right;
  border-style: dotted;
  border-radius: 15px;
  border-color: rebeccapurple;
  margin: 2px;
  border-width: medium;
  
}