body { 
  background-color: black;
}

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

.rightbox {
  float: right; 
  width: 500px; 
  background-color: red;
  margin: 10px; 
}

.leftbox {
  float: left;
  width: 500px;
  background-color: blue;
  margin: 10px;
}

h1 { 
  position: relative; 
  font-family: "Pirata One", Times;
  font-weight: bold;
  font-style: italic;
  font-size: 90px;
  color: white;
  margin: -15px;
}

  h2 {
    font-family: "EB Garamond", serif;
    font-weight: bold;
    font-style: italic; 
    font-size: 90px;
    color: black; 
    margin: auto;
  }