body{
    font-family:  'Quicksand', sans-serif;
    font-size: 1.2rem ;
    background-color: white;
    line-height: 2em;
}

#content{
    padding-top: 3em;
    padding-bottom: 3em;
    width: 70%;
    margin: auto;
}

hr{
    width: 5rem;
    height: 0.4rem;
    border: 0px transparent solid;
    border-radius: 25px 25px 25px 25px;
    background-color: #ED5821;
}


::-webkit-scrollbar {
    width: 10px;
  }
 
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background: #ED5821;
    border-radius: 10px;
  }

  
@media (max-width: 1230px){
    
    body{
        font-size: 0.9rem;
        line-height: 1.8rem;
    }


      
}
