body {
  width: 40%;
  height: 40%;
  margin-left: 30%;
  margin-right: 30%;
  background-color: #F7BFD7;
}
h1 {
color: #911247;
font-size: 30pt;
font-family: Lora;
text-align: center;
}
h2 {
color: #E31C6F;  
font-size: 22pt;
font-family: Lora;
text-align: center;
}
h3{
margin-top: 50px;
color: #E84589; 
font-size: 16pt;
font-family: Lora;
text-align: center;
}
p {
color: #17030B; 
font-size: 12pt;
  font-family: sans-serif;
  text-decoration: none;
}