body {
    background-color: rgb(4, 48, 29);
    color: rgb(224, 208, 248);
    font-family: 'Baloo 2', sans-serif;
    font-size: 24px;
    margin-top:150px;
    margin-left: 100px;
    margin-right:100px;
    margin-bottom: 100px;
} 

#nav{
    position:fixed; top:0px;left:0px;
    width:100%;
    background-color: rgb(224, 208, 248);
    padding:20px;
    font-family: 'Baloo 2', sans-serif;
    font-size: 24px;
    
}

a {
    color: rgb(6, 56, 6);
    text-decoration: none;
    font-weight:bold;
    float:left;
    text-align:left;
    margin-left:50px;
   
}

a:hover {
    text-decoration-line: underline;
}

@media screen(max-width:800px){
text-align: center;
}



 
