h1{
font-style: italic;
text-align: center;
font-weight:bold;
background-color: #FFB6C1;
padding: 10px 15px;
display: inline-block;
border-radius: 5px;
opacity:0.7;
}
body{
  background-image:url("https://ellie-really.neocities.org/pink-background.png");
  background-repeat: repeat-x;
  color: #FF69B4;
  font-family: Arial;
 }