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

body *{
    color: rgb(196, 193, 173);

}

header{
    background-color: rgb(36, 36, 36);
    
}
header * {
    color: rgb(196, 193, 173);
}
header .selected{
    background-color: rgb(67, 60, 35);
}


.button{
    background-color: rgb(56, 56, 56);
    color: rgb(196, 193, 173);
}




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

footer>*{
    color: rgb(196, 193, 173);
}


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

input[type=text], textarea, select{
    border: 2px rgb(196, 193, 173) solid;
    color: rgb(196, 193, 173);
}


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