
@font-face {
    font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body{
background-image:url("https://memorydeath.neocities.org/images/backgrounds/plaid.gif");
background-position:;
background-attachment: fixed;
font-family: DotGothic16;
font-size: 12px;
   zoom: 1.15; /* Makes the entire website 125% bigger */
    /* Add this to prevent content from cutting off on the sides */
    width: 100%; 
    max-width: 1200px;
    margin: 0 auto;
}
 
#container{
display: flex;
justify-content: center;
align-items: center;
width: 800px;
margin: 0 auto;
padding: 45px;
}
 
#box{
width: 800px;
background-color: #fff;
color: #000;
border: 1px solid #000;
}
 
#header{
margin-bottom: 10px;
padding: 10px;
border-bottom: 1px solid #000;
background-image: url("");
background-color: black;
color: #fff;
font-family:DotGothic16;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #090;
   paint-order: stroke fill;
letter-spacing:8px;
line-height:2.5em;
}
 

#header h1{
margin: 0;
font-size:3em;
}

h2 {
  font-size:1.1em;
  display:inline;
  
}

h3 {
     color:#000;
     font-size:1.1em;
     margin:0;
     padding:0;
}

h5 {
     color:#000;
     background-color:#eee;
     font-size:.9em;
     margin:0;
     padding:0;
     display:inline-block;
}

h6 {
     color:#000;
     background-color:#eee;
     font-size:.7em;
     letter-spacing:.2em;
     margin:0;
     padding:.3em;
     display:inline-block;
}

#side{
float: left;
width: 145px;
padding: 0px 0px 5px 10px;
overflow: hidden;
}
 
.sidebox{
border: 1px solid #000;
margin: 0px 0px 5px 0px;
}
 
.sidecontent{
padding: 3px;
color: #000;
}
 
.sidecontent ul, li{
margin: 0px;
list-style-type: none;
padding-left: 0px;
line-height:1.2em;
}

 
a{
text-decoration: none;
color: #000;
}
 
a:visited{
color: #000;
}
 
a:hover{
background-color:yellow;
}
 
#scrollcontainer{
padding-bottom: 5px;
}

#scrolly{
  overflow: scroll;
  scrollbar-color:#000;
  scrollbar-width: thin;
  text-align:left;
  background-color:#fafafa;
  padding:5px;
  font-size:.9em;
  color: #000;
  line-height:1;
}
 
#img-scrolly{
  overflow: scroll;
  scrollbar-color:#000;
  scrollbar-width: thin;
  background-color:#fafafa;
  padding:5px;
  font-size:.9em;
  color: #000;
}

#img-scrolly img {
  width: 100%;
  padding-bottom:3px;
}

#main{
float: right;
width: 624px;
overflow: hidden;
padding: 0px 10px 5px 0px;
}
 
.mainboxes{
border: 1px solid #000;
padding: 0px;
margin: 0px 0px 5px 0px;
}
 
.subheader{
background-image: url("");
background-color: black;
border-bottom: 1px solid #000;
padding: 3px;
color: #fff;
font-family:DotGothic16;
font-size:1.5em;
 -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #090;
   paint-order: stroke fill;
letter-spacing:3px;
  text-align:center;
}
 
.mainboxescontent{
padding: 5px;
color: #000;
}

/* TABLES BULLSHIT */

.cds {
  margin:auto;
  width:90%;
  display:flex;
  flex-flow: row wrap;
  gap: 8px;
  padding: 3px;
  
    }

.cds img {
  
  width:100px;
  height:100px;
  border: 1px dotted #000;
  
}

.table-container-one table tr td {
  padding:1px;
  margin:0 0;
}
.table-container-one table tr td:nth-child(1) {
  width:200px;
  
}
.table-container-one table tr td:nth-child(2) {
  width:200px;

}
.table-container-one table tr td:nth-child(3) {
  width:200px;

}

.table-container-two table tr td {
  padding:1px;
  margin:0 0;
}
.table-container-two table tr td:nth-child(1) {
  width:150px;
  
}
.table-container-two table tr td:nth-child(2) {
  width:150px;

}
.table-container-two table tr td:nth-child(3) {
  width:150px;

}

.table-container-three table tr td {
  padding:1px;
  margin:0 0;
}
.table-container-three table tr td:nth-child(1) {
  width:350px;
  
}
.table-container-three table tr td:nth-child(2) {
  width:150px;

}
 
/* END TABLES BULLSHIT */

#footer{
clear: both;
padding: 3px;
border-top: 1px solid #000;
background-image: url("");
background-color: black;
color: #fff;
   -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #090;
   paint-order: stroke fill;
letter-spacing:0px;
text-align:center;
}
 
#footer p{
margin: 0px;
}

#footer a{
  color: #fff;
}

 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: white;
}
 
::-webkit-scrollbar-thumb{
background-color: black;  
}
