body{
    background-color: #181a1b
}

h1,p{
    color:lightgrey
}

.center {
    text-align:center
}

.td,th { 
  color:lightgrey;
}
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 9%; /* 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-color: #111; /* Black */
    /*overflow-x: hidden;  Disable horizontal scroll */
    padding-top: 20px;
    border-right-style:solid;
    border-color:darkred;
  }
  .sidenav a {
    padding: 6px 8px 6px 16px; /*creates space between elements*/
    text-decoration:none;
    font-size: 25px;
    font-family:monospace;
    color: #818181;
    display: block;
    
  }  
  .sidenav img {
    padding: 6px 8px 6px 12px;
    width: 85%;
  }
  .sidenav a:hover {
    text-decoration-line: underline;
  }

.text {
    margin-left: 10%;
    text-align:justify;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:lightgrey;
}   
.quote {
    color:grey;
}


.table td,th{
  display:block;
  text-align:left;
  text-align:justify;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:lightgrey;
}
.table td{
  text-indent:5%;
}

.table tr,table{
  margin-left:12%;
  border: 2px solid;
  border-color: #818181 ;
  background-color:#111;
  position: relative;
}

/* for homepage buttons */
.button-container {
  display:flex;
  flex-direction:row;
  justify-content: center;
  width:auto;
  height: auto;
  flex-flow: wrap;
  gap:30px;
}

.button img {
  width:100px;
  height:100px;
}
.button a {
  text-decoration: none;
}
.caption {
  text-align:center;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}
/*end of homepage button shit*/