body { font-family: 'Helvetica', sans-serif; 
  color: red; 
  font-weight: 700; 
  line-height: 1.3; 
  background-color: rgba(255, 211, 211, 0.546); 
  position: relative;
  top: -290px; 
}


  h1 {font-family: var(--wp--preset--font-family--dieline-sans);
    font-size: 300px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
    position: relative;
    top: 150px;
  }
  

h2 { 
  
  font-family:'Times New Roman', serif; 
  font-size: 50px;
  color: black;
  text-align: center;
} 



img 
{ width: 700px; 
height: 300px; 
   display: block; 
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  border-radius: 20px;
}

 .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

h2 
{ color: black; 
  font-family: 'Times New Roman', serif; 
  font-size: 20px;}

span {color: black; 
  font-family: 'Times New Roman', serif; 
  font-size: 20px; display: block; 
 top: 500px; } 
