*{
    font-family: sans-serif;
    color: white;
  }
  
  h2, h3, h4, h5, h6, h7, h8{
    font-size: 25px;
  }
  
  .line{
    background-color:  black;
    width: 90%;
    height: 40px;
    display: flex;
    padding-left: 10px;
    align-items: center;
  }
  
  body{
    background:  #800080; 
    margin: 0;
    display: flex;
  }
  #navbar{
    width: 120px;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
    position: fixed;
    top: 0;
    left: 0;
    border: 1px solid white;
  
  }
  
  main{
    margin-left: 150px;
  }
  
  @media(min-width: 700px) and (max-width: 1000px){
    justify-content: center;
  }
  
  #navbar a{
    text-decoration: none;
  }
  
  #navbar a:hover{
    color: #800080;
  }
  
  .loop{
    background-color:  black;
    width: 90%;
    height: 80px;
    display: flex;
    padding-left: 10px;
    align-items: center;
  }
  
  .navhead{
    border-bottom: 1px solid white;
    letter-spacing: 2px;
  }
  
  h1{
    align-items: center;
  }
  
  .def{
    background-color:  black;
    width: 90%;
    height: 135px;
    display: flex;
    padding-left: 10px;
    align-items: center;
  }