body {
  background-image: url("/unlettered/npbg.png");
  background-color: #cccccc;
}

.container {
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: center;
  width: fit-content;
  border: 4px solid #212B3E;
  margin: 5em auto;
  box-shadow: 5px 5px 0px lightgrey;
}

.container div {
  background-color: #ffffff;
  margin: 3px;
  padding: 0px;
  text-align: center;  
  font-size: 14pt;
  color: #3c3d20;
  font-family: georgia;
}

iframe {
width: 700px;
height: 600px;
padding: 0px;
border: 0px solid lightgrey;
display: block;
}

.title { 
  font-size: 30pt;
  text-transform: uppercase;
  letter-spacing: 3pt;
  font-weight: bold;
  text-shadow: 1px 1px 1px #B6B6B6;
  color: #212B3E;
  border-bottom: 3px double #434C5C;
}