body{
    width: auto;
    margin:0px;
    background-color: rgba(240, 58, 225, 0.452);

}
#help{
    width: 100%;
    display:flex;
    justify-content: center;
    margin:0px;
    margin-top:15px;
    padding: 0%;
   
}
header{
    
   align-items: center;
width:80%;
height:130px;
position: fixed;
background-color: rgba(165, 60, 168, 0.808);
border:2px solid rgb(94, 22, 82);
border-radius: 80px;
}
#trail{
     width: auto;
    display:flex;
   flex-wrap:wrap;
    justify-content: center;


}
nav{
    width: auto;
    display:flex;
   
    justify-content: center;


}
.navlink{
    display: inline;
    list-style-type: none;
    
}
nav a{
    margin:10px;
    text-decoration: none;
    color:black;
   background-color: rgba(218, 26, 224, 0.616);  
     border:1px solid rgb(211, 11, 218);
     border-radius: 10px;
     padding:5px;
    text-align: center;
    
}
nav a:hover{
    padding: .5em;
    background-color: rgba(255, 0, 255, 0.616);
    color:white;
    border:2px solid rgb(255, 0, 255);
    
}
nav a:active{
    background-color: rgba(128, 0, 128, 0.616);
    color:white;
    border:2px solid rgb(75, 0, 130);
    
}

header ul{
    margin:0px;
    padding:0px;
    
}
#about-section{
    width: auto;
    
    justify-content: center;
    margin-top:200px;
    font-size: 20px;
    text-align: center;
    color:black;
}
#about{
    width: auto;
    display:flex;
    justify-content: center;
    
    font-size: 20px;
    text-align: center;
    color:black;
}





@media only screen and (max-width: 600px) {
    header{
        width: 100%;
        height: 10em;
        position: fixed;
        border-radius: 0px;
    }
    #about-section{
        margin-top:250px;
    }
    nav a{
    margin:20px;
    text-decoration: none;
    color:black;
   background-color: rgba(218, 26, 224, 0.616);  
     border:1px solid rgb(211, 11, 218);
     border-radius: 10px;
     padding:.2em;
    text-align: center;
    
    
}
nav a:hover{
    padding: .399em;
    background-color: rgba(255, 0, 255, 0.616);
    color:white;
    border:2px solid rgb(255, 0, 255);
}
}
