*{  
    margin: 0;
    padding: 0;
}


body{
    background-color: #2f3136;  /*rgb(2, 156, 92); */
    text-decoration: none;
    
}

hr{
  color:black;
}

body ul li{
    list-style: none;
    list-style-type: none;
    
    padding-left: 20px;
}

body p{
  color:white;
}

body h1{
  color: #8e9297;
}

body h4{
  color : #8e9297;
}

body ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

body p {
  font-size: 1.4rem;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #202225;
    position: fixed;
    height: 100%;
    overflow: auto;
  }
  
  .sidebar a {
    display: block;
    color: white;
    padding: 16px;
    text-decoration: none;
  }
   
  .sidebar a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .sidebar a:hover:not(.active) {
    background-color: red;
    color: white;
  }

  div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}



.font-size{
    font-size: 1.2em;
}

.navi ul a{
  
  float: left;
  margin-left: 50px;

}





@media screen and (max-width: 750px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
}

@media screen and (max-width: 900px) and (min-height: 1334) {
  .navi{
    width: 100% ;
    height: auto;
    position: relative;
    text-align: center;
  }
  
}

@media screen and (min-width: 330px) and (min-height: 1296) {
  .navi{
    width: 100% ;
    height: 50px;
    margin-left: 50px;
    position: relative;
    text-align: center;
  }
  



  hr{
    width: 400px;
    
    padding-bottom: 3px;
    margin: auto;
  }
}