* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: 'Hind Vadodara', sans-serif;
    
}

.menu{
    margin-top: -8em;
    height: 4em;
    position: fixed;
    background: #6904FF;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }


header nav ul li{
    
    font-size: 1em;
    list-style: none;
    font-family: 'Hind Vadodara', sans-serif;
    text-decoration: none ;
    justify-content: center;
    width: 5em;
    
}




header nav ul li a{ 
    padding: 10px 20px;
    text-decoration: none ;
    color:white;  

}



header nav ul li a:hover {   
    padding: 10px 20px;
    text-decoration: none ;
    color:white;
    font-weight:bolder;
    background-color: #0ccfc3;
    
}

main{ 
    
    margin-top: 8em;
    padding: 10px 20px;
    text-decoration: none ;
    color:#0ccfc3; 
    border-color: #0ccfc3;
    display: flex;
justify-content: center;
    flex-direction: column;


}

div ul li{
    font-size: 1em;
    list-style: none;
    font-family: 'Hind Vadodara', sans-serif;
    text-decoration: none ;
    justify-content: center;
    width: 10em;
    height: 3em;
    display: flex;
   background-color: #0ccfc3;
    color: white;
     align-content: center;
    margin: 3em;
}


div ul li a{
    font-size: 1em;
    list-style: none;
    font-family: 'Hind Vadodara', sans-serif;
    text-decoration: none ;
    justify-content: center;
       color:white;
   
    
    
    
}



div ul{
    display: flex;
    justify-content: center;
    align-content: center;
    

    
}

.home{
    margin: auto;
    padding: 1em 2em;
   background-color: #0ccfc3;
    width: 10em;
    height: 3em;
    color:white;
    
}

.home a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white;
 
    
}




img{
    margin: auto


    
}





footer {
    font-size: .85em;
    width: 100%;
    padding: 1em;
    background:  #777777;
    margin-top: 14px;
    color: white;
    font-weight: 100;
}


