 
    /*font*/
   @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*container stuff*/
body {
  background-color: #1c1d22;
  margin: 0px;
}

 main {
  border: 1px solid #606467;
  padding: 1rem;
  margin: 0 auto;
  flex: auto;
  width: 60%;
}

nav{
  border: 1px solid #606467;
  width: 150px;
  height: 300px;
  background-color: #1c1d22;
  margin: 0 8px 8px 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: auto;
  overflow-x: hidden;
}

#container {
  width: 90%;
  background-color: #1c1d22;
	margin: 0 auto;
  padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	display: flex;
}

#sidebar{
  background-color: #1c1d22;
  border-radius: 5px;
  align-items: stretch;
}

#headerbox {
  width: 100%;
  height: 80px;
  position: relative;
  align-items: center;
  display: flex;
}
  
  
.boxcenter {
  text-align: center;
  flex: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.updates{
  height: 200px;
  overflow: auto;
  flex: 100%;
  flex-wrap: wrap;
  border: 1px solid #606467;
  padding-left: 1.2rem;
}
  
 footer{
   margin-top: 0.5rem;
   background-color: #1c1d22;
   text-align: center;
 }
 
 /*text stuff*/
 
 hr{
   border: 1px solid #606467;
   align-content: center;
   width: 100%;
 }
 
  a {
    font-family: 'Titillium Web';
    color: #9DB6C4;
    }
    
    a:visited{
      font-family: 'Titillium Web';
      color: #9DB6C4;
    }
  
  p {
    font-family: 'Titillium Web';
    color: #dce1de;
    font-size: 18px;
  }

  li{
    color: #dce1de;
    font-family: 'Titillium Web';
  }

  h1,
  h2,
  h3,
  h4{
     font-family: 'Orbitron';
      color: #e62815;
  }

  h1 {
      font-size: 2rem;
  }

 
        