body {
  background-color: black;
 }

.banner {
  width:775px;
  height:auto;
  margin:auto;
  margin-top:10px;
}
 
 .container { 
  width: 775px;
  height: 565px;
  margin: auto;
  border: 3px solid #424241;
  background-color: #262422;
}
 
  h1 { 
  position: relative;
  font-family: "Pirata One", system-ui;
  font-weight: Bold;
  font-style: italic;
  font-size: 90px;
  color: #D6D0C9;
  margin: -15px;
  }

  h2 { 
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #D6D0C9;
  margin-top: -10px;
  margin-bottom: -5px;
  }
   
  a {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 20px;
  color: #D6D0C9;
  text-decoration: underline;
  text-indent: 25px;
}

  a:hover {
  font-weight: bold;
  color: darkred;
}

 body {
   font-family: "EB Garamond", serif;
   font-weight: normal; 
   color: #D6D0C9;
   text-indent: 25px;
 }

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