
/* body{
    height: 300vh;
} */

.tamas{
        display: none ;
}
.tamas2{
        display: none ;
}
.loginbutton div{
    padding: 2vh 0;
    /* box-shadow: 10px 10px 20px #5f6262; */
    border: 1px solid black;
    border-radius: 20px;
    cursor: pointer;
}
.loginbutton div a{
    text-decoration: none;
    color: black;
    width: 100%;
    
    
    
}

.loginbutton div:hover {
    /* background-color: rgb(127, 241, 241); */
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1febe4;
    
}

.menuitems ul li a{
    color: black;
}

.bgcolor{
    
    background-color:#cccf ;
}

.headnav{
    top: 0;
    position: sticky;
    background-color: white;
    z-index: 100;
}

@media  screen and (min-width:100px) and (max-width: 900px){
    .menudn{
        display: none;}
    .sabad{
        display: none ;

    }
    .sabad2{
        display: none ;

    }
    .tamas{
        display: block ;
        
    }
    .tamas2{
        display: block ;

    }

}