* {    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
body{
    background-color: #EAEAEA;
    width:100%;
    min-height: 100vh;
}

nav {
    height: 80px;
    background: #00ABB3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc((100vw - 1300px) / 2);
    font-size: 17px;
  }
  
  .logo {
    color: #3C4048;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    padding: 0 2rem;
  }
  
  nav a {
    text-decoration: none;
    color: #3C4048;
    padding: 0 1.5rem;
  }
  
  nav a:hover {
    color: #fff;
  }

  h2{
    text-align: center;
    font-size: 2rem;
    text-decoration: underline;
    margin-top: 4%;
    padding-bottom: 3%;
    color: #3C4048;
    font-family: sans-serif;
  }
  
  p{
    color: #3C4048;
    line-height: 1.6;
    font-size: 18px ;
    margin-left: 80px;
    width: 70%;
    margin-top: 30px;
    font-family: sans-serif;
  }

ul{
  color: #3C4048;
  line-height: 1.6;
  font-size: 18px ;
  margin-left: 80px;
  width: 70%;
  margin-top: 30px;
  font-family: sans-serif;
}

b{
  color: #3C4048;
  line-height: 1.6;
  font-size: 20px ;
  margin-left: 80px;
  width: 80%;
  margin-top: 30px;
  font-family: sans-serif;
}

h3{
  color: #3C4048;
  line-height: 1.6;
  font-size: 160% ;
  margin-left: 80px;
  width: 70%;
  margin-top: 30px;
  font-family: sans-serif;
}
  #toc_container {
    background: #B2B2B2;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
    font-size: 15px;
    float: left;
    border-color: #3C4048;
    margin-top: 0%;
    margin-right: 3%;
    line-height:2rem ;
    font-family: sans-serif;
}

.toc_title {
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
}

#toc_container li{
    list-style: outside none none !important;
}

.bottom-right {
    position:relative;
    bottom: 8px;
    right: 16px;
  }

  .hoved{
    display: flex;
    float: right;
    padding-left: 0%;
    padding-bottom: 2%;
    margin-right:1%;
    margin-top: 4%;

  }
  .container {
    position: relative;
    text-align: center;
    color: #3C4048;
  }
  .footer-distributed {
    background-color: #00ABB3;
    text-align: center;
    position: static;
    bottom: 0;
    width: 100%;
    height: 5em;
    }
    
    .footer-distributed p{
    padding-top:0.5em;
    color: #3C4048;
    font-size: 14px;
    line-height: 5;}