
.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tiny5-regular {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}






.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 180px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-image: url("https://systemj.neocities.org/sidebar.png"); /* Black */
 
  font-family: "Tiny5", sans-serif;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #200233;text-shadow: 2px 0 white, -2px 0 white, 0 2px white, 0 -2px white,
               1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
  display: block;
  font-family: "Tiny5", sans-serif;
  font-weight: bold
}



/* Style page content */
.main {
  margin-left: 180px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
html {
    margin: 80px;
    padding: 0;
    box-sizing: border-box; /* Makes padding/border included in element's total width/height */
   background-image: url("https://systemj.neocities.org/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; /* Optional: creates a parallax effect */
}
    

body {
  margin-left: 180px;
  margin-right: 150px;
  
}


p {
  font-family :OCR A Std, monospace;
  display:inline-block;
  margin-left: 30px;
  margin-right: 30px;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
}

h1 {
  
   /* Your desired background color */
  display: table; /* keep the background color wrapped tight */
   padding:10px;font-size:230px;
  margin: 30px auto 5px auto;
  font-family: "Jersey 10", sans-serif;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
  
}

h2 {
   display: table; /* keep the background color wrapped tight */
  padding:10px;font-size:40px;
  margin-left: 30px;
  font-family: "Tiny5", sans-serif;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
 
  
}

h3 {
   display: table; /* keep the background color wrapped tight */
  padding:10px;font-size:20px;
  margin-left: 30px;
  font-family: "Tiny5", sans-serif;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
  
}

li {
  font-family :OCR A Std, monospace;
  display: table;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
  
}

ul { 
  font-family :OCR A Std, monospace;
  display: table;
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
  
}

ol {
  color: white;text-shadow: 2px 0 #2c0540, -2px 0 #2c0540, 0 2px #2c0540, 0 -2px #2c0540,
               1px 1px #2c0540, -1px -1px #2c0540, 1px -1px #2c0540, -1px 1px #2c0540;
  font-family :OCR A Std, monospace;
  display: table;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
  
  
}

