:root{
    --bntx: 200px;
    --bnty: 50px;
}

body .c-menu {

    /* display: block; */
    /* width: 100%;
    height: 100%; */
    position:fixed;
    background: hsl(36, 100%, 50%, 20%);
    
}

.c-menu .c-buton{
    
    width: var(--bntx);
    height: var(--bnty);
    
    background-color: rgb(255, 255, 255, 10%);
    cursor: pointer;
    
    font-size: medium;
    color: azure;
    border-radius: 5px;
    border: 0;
}

.c-menu .c-buton:hover {
    color: rgb(0, 0, 0);
    font-size: medium;
}