body {
  background-color: #1c2854;     
  color: white;               
  font-family: "Jost", sans-serif;
}

.spoiler {
  color: #1c2854
}
      
h1 {
  font-family: "Sacramento", sans-serif;
  font-size: 60px;
}
      
h2 {
  font-family: "Roboto Condensed";
}  

a {
  color:#42f5ad;
}

a:hover {
  color: #c0fce4;
}
    
      
.sidenav {
  height: 100%; /* remove for auto height */
  width: 160px; /* width*/
  position: fixed; /* Fixed Sidebar */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #222f42; 
  overflow-x: hidden; /* no scrolling */
  padding-top: 20px;
}
.sidenav a {
  font-family: "Sacramento", sans-serif;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #5f99cf;
  display: block;
}
.sidenav details {
  font-family: "Sacramento", sans-serif;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #5f99cf;
  display: block;
}

.sidenav details a {
  font-size: 20px;
  font-family: "Roboto Condensed";
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #94c5f2;
}

/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}