
body{
    background-color: rgb(240, 240, 240);
}

body *{
    color: rgb(75, 62, 38);

}

header{
    background-color: rgb(200, 200, 200);
    
}
header * {
    color: rgb(75, 62, 38);
}
header .selected{
    background-color: rgb(126, 190, 225);
}

.button{
    background-color: rgb(240, 240, 240);
    color: rgb(75, 62, 38);
}


input[type=text], textarea, select{
    border: 2px rgb(75, 62, 38) solid;
    color: rgb(75, 62, 38);
}

select>option{
    background-color: rgb(225, 225, 225);
}

footer{
    background-color: rgb(200, 200, 200);
}

footer>*{
    color: rgb(75, 62, 38);
}


::-webkit-scrollbar-thumb {
    background-color: rgb(109, 107, 97);
}