*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}   
#nav1{
    position:fixed;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 1000;
    width: 100%;
    height: 72px;
    background-color: #FFFFFF;
    display: flex;
  
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    gap: 20px;
    
    
    
}
#logo{
    display: flex;
    flex-direction: column;
    font-family: 'norani', serif;
}
#acad{
    opacity: 0.6;
}
#nav1 a{
    color: #83522F;
    text-decoration: none;

}
#nav1 h2{
    width:50vw ;
    padding: 7px;
    color:#3A2617;   
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;

}
