body {
  background-image: url(https://sadhost.neocities.org/images/tiles/heartgrid.gif);
 font-family: "Fredoka", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  
}



h1, p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  
  color: brown;
  
 

  }
  
  img  {
    display: block;
    margin: auto;
    width: 25%;
    
    
    }
    
    .box{
      margin: 0 auto;
      background-color: #fff;
      border: 2px solid #ff70b3;
      width: 32em;
      height: 24em;
      margin-top: 10.5%;
      padding: 3.5em 4em;
	    overflow: auto;

      }
    
  