 
body{
background-color: #906F58;
  background-image: url("smgrid.png");
  background-repeat: infinite;
margin: 0px;
overflow: hidden; 
}
 
 
.yeseva-one-regular {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

 
#box{
text-align: center;
  font-family: "courier prime", monospace;
  font-size:11pt;
width: 372px;
height: 100vh;
position: center;
background-color: #F0DEC4;
padding: 0px;
border-width: 3px 3px 6px 3px;
border-style: solid;
border-color: #D19F3D;
overflow: scroll;
overflow-x: hidden;
 margin: auto;

}

.divider{
border-bottom: 2px dashed #D19F3D;
}
 


a{
text-decoration: none;
color: #D19F3D;
font-family: "yeseva one", serif;
font-size: 36px;
}

b{
color: #D19F3D;
font-weight: bold;
 font-family: "yeseva one", serif;

}
 
::-webkit-scrollbar{
width: 2px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #D19F3D;
}


img{
  border-radius: 10px;
}


img.strict {
  border-radius: 1px;
}


h1{
margin: 0px;
color: #D19F3D;
font-size: 26px;
text-transform: lowercase;
text-align:center;
font-family: "yeseva one", serif;
}


h2{
margin: 0px;
color: #D19F3D;
font-size: 36px;
text-transform: lowercase;
text-align:center;
font-family: "yeseva one", serif;
}
