body {
  background-color: black;
 }

 .container { 
  width: 775px;
  height: 650px;
  margin: auto;
  border: 3px solid DimGrey;
  background-color: whitesmoke;
 }
 
 .box {
   width: 775px;
   height: 500px;
   margin: auto;
   border: 3px solid DimGrey;
   background-color: whitesmoke;
 }
 
 h1 { 
  position: relative;
  font-family: "Pirata One", system-ui;
  font-weight: Bold;
  font-style: italic;
  font-size: 90px;
  color: white;
  margin: -15px;
  }
 
  h2 { 
  font-family: "EB Garamond", serif;
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  color: black;
  margin: auto; 
  }
  
  ::selection {
background: darkred;
color: #FFFFFF; 
}