a:link{
    color:rgb(109, 109, 109);
}


a:visited{
    color:rgb(109, 109, 109);
}

a:hover{
    color:rgb(109, 109, 109);
}

a:active{
    color:rgb(109, 109, 109);
}

a{
    text-decoration: none;
}


body{

    background-color: #fffab6;

    .head-canvas{
        background-color: #ffe3c6;
        position: fixed;
        top: 20px;
        left: 20px;
        width: 100%;
        height: 110px;
        border-radius: 5px;

        #head-image{
            position: fixed;
            top: 20px;
            left: 20px;
            height: 110px;
            width: auto;
        }
        
        #head-textimg{
            position: fixed;
            top: 20px;
            left: 150px;
            height: 60px;
            width: auto;
        } 


    }

}



.body-1{
    background-color: #fffab6;
    position: fixed;
    height: 500px;
    width: 100%;
    top: 120px;
    left: 0px;


    #body-leftrect-2{
        position: fixed;
        height: 460px;
         width: 980px;
        background-color: rgb(255, 249, 216);
         top:140px;
        left: 20px;
        border-radius: 40px;
        border-color: rebeccapurple;
        overflow: scroll;
    }


    #body-trbody{
        position: relative;
        left: 20px;
        width: 98%;
    }

}


#foot{
    background-color: #fff5c6;
    position: fixed;
    bottom: 40px;
    height: 20px;
    left: 0px;
    width: 100%;


    #foot-agreenav{
        position: relative;
        height: 20;
        color: rgb(109, 109, 109);
        left: 15%;
        font-size: small;
    }


}

