/* NoRattamar-2023 */
nav ul{
    display: none;
}
 #navmenu ul a{
    margin: 12px 6px 12px 6px;
    text-align: center;
}


#ham{
    display: block;
}

#navmenu ul{
    margin: 0px auto;
    transition: all 800ms;
    flex-direction: column;
    
}

#navmenu{
    
    /* background: linear-gradient(to left ,rgb(85, 42, 42),rgb(31, 31, 77)); */
    /* background: linear-gradient(to left , rgb(135, 145, 155), rgb(153, 125, 125)); */
    width: 80%;
    padding: 20px;
    display: flex;
    clip-path: circle(0px);
    left: 0%;
    /* top: 0%; */
    transform: translate(calc(50vw - 50%));
    border-radius: 8px;
    margin: 12px 0px 0px 0px;
    transition: all 500ms;
    position: fixed;
    opacity: 0.98;

    
   
}

/* quotes */
#quotes-div{
    margin-right: auto;
}

table{
    margin-right: 8px;
    margin-left: 8px;
    font-size: 0.6em;
}

#constantback{
    background-color: aliceblue;
}