


* {
  box-sizing: border-box;
  font-family: "Anonymous Pro";
 
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 19px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

img { width: 100%; 
max-width: 500px
}

/* Style hamburger button lol */
.w3-bar-item, w3-button {
  list-style-type: none;
  text-align: left; 
  color: white
}  

/* Style side non acordian links */
.sidenav, .w3-sidebar a {background-color: black; text-align: left;
  color: white;font-family: "Anonymous Pro", sans-serif;
  list-style-type: none;
  }

#logolink a {font-family: "Sixtyfour"; }

nav #mySidebar {
 
}


/* Style nde logo */
.w3-wide {background-color: black; text-align: left;
  color: white;font-family: "Sixtyfour", sans-serif;
  }
/* Style color for side menu x */
.w3-button { color: white;
}

.w3-sidebar.w3-collapse {

        list-style-type: none;
    }

.w3-white {
  color: white !important ; 
  background-color: black !important ;
  border-style: none solid none none;
  border-color: white;
  
}
body {
  margin: 0;
  font-family: "Anonymous Pro";
  background-color: black;
  color: white;
  
  
  
  
}

/* Style the side navigation */
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  list-style-type: none;

  
 

}


/* Side navigation links */
.sidenav a {
  color: white;
  padding: 16px;
  text-decoration: none;
  display: block;
  list-style-type: none;

}

/* Change color on hover */
.sidenav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.content {
  margin-left: 200px;
  padding-left: 20px
}

/*blog shit here nao */

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container, h1, h2, h3, h4, h5, h6{
  margin: 20px auto auto 10px;
  color: white; 
  font-family: "Anonymous Pro" ;
  
}

h6 {
  font-size: 0.8em 
}

a {
  font-weight:bold;
  font-size: 1.1em;
}


a:hover {
 font-style: italic;

}

@media (min-width: 993px) {
  #container {
    margin-left: 260px;
  }
}


/*HEADER STYLE*/
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
  
}



.button {
  
  width: 88px;
  height: 31px;
  
}

