body {
    color:white;
    font-family: 'MS Gothic';
    text-align:left;
    font-size: 15px;
    line-height:100%;}
   
 
a {
    text-decoration: underline dotted;
    font-weight: bold;
    color: #9e2220;
    background-color: #848159;
}
    
a:hover {
  text-decoration: none;
  background-color: transparent;
}

table, th, td {
  border: 1px;
  border-style: dotted;
  border-collapse: collapse;
  font-size: 14px;
  text-align:left;
}
   
h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight:normal;
    text-align:left;
    text-transform:uppercase;
    border-bottom: 1px dotted;
    text-shadow: 1px 1px 0px #d0b9a1;
}

h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight:normal;
    text-align: center;
    text-transform:uppercase;
    text-shadow: 1px 1px 0px #d0b9a1;
}

h5 {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

#textarea {
  background: rgba(0, 0, 0, 0.1);
  padding:10px;
  overflow:visible;
  border: 1px;
  border-color:black;
  border-style: dashed;
}

blockquote {
margin:0px;
margin-left:10px;
padding-left:15px;
border-left:3px solid #d0b9a1;
background-color: #7f7c56;
padding-right: 15px;
font-style: italic;
font-size: 13px;
}

blockquote blockquote {
    border-left:2px solid #4d4e1a;
}

blockquote blockquote blockquote {
    border-left:1px solid #6d642b;
}

blockquote img {
    max-width:100%;
    height:100%;
    padding:5px; 
    margin:0 10px 5px 0px; 
}
    
blockquote img {
    max-width:100%;
}
 
blockquote blockquote img{
    max-width:100%;
    height:auto;
}
 
 #box1 {
    position:fixed;
    overflow-y:auto; 
    width:275px; height:110px;
    top:507px; left:671px;
    padding:5px;
}

#box2 {
    position:fixed; 
    overflow-y:auto; 
    overflow-x:hidden; 
    width:108px; height:165px;
    top:155px; left:1208px;
    padding:5px;
    text-align:justify;
    opacity: 1;
}

figure {
    float: right;
    display: flex;
    flex-flow: column;
    margin: auto;
    max-width:150px;
    padding:3px;
}

figcaption {
    color: #000000;
    padding: 3px;
    text-align: center;
}

.noto-sans-linear-b-regular {
  font-family: "Noto Sans Linear B", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}