body {
  background-color: black;
 }
 
 .container { 
  width: 775px;
  height: 565px;
  margin: auto;
  border: 3px solid DimGrey;
  background-color: whitesmoke;
}


.left {
  position: relative;
  Top: -461px;
  Right: 155px;
  Width: 450px;
  margin: auto;
  height: 450px;
}

.right {
  position: relative;
  top: 5px;
  Left: 450px;
  Width: 300px;
  margin: 15px;
  height: 450px;
  background-color: red;
}
 
 
  h1 { 
  font-family: "Pirata One", system-ui;
  font-weight: Bold;
  font-style: normal;
  font-size: 65px;
  color: black;
  margin: -5px;
}

  h2 { 
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  margin: -15px; 
  }
  
p {
  color: black;
  text-indent: 10px;
  font-family: "EB Garamond", serif; 
  overflow: auto;
  
}

  ::selection {
background: darkred;
color: #FFFFFF; 
}
