
body{
    background-color: #BDDAFA
}

body *{
    color: rgb(35, 35, 35);

}

header{
    background-color: rgb(36, 36, 36);
    
}
header * {
    color: rgb(230, 230, 230);
}
header .selected{
    background-color: rgb(25, 157, 36);
}





.button{
    background-color: rgb(68, 145, 74);
    color: rgb(230, 230, 230);
}




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

select>option{
    background-color: rgb(144, 185, 221);;
}



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

footer>*{
    color: rgb(230, 230, 230);
}


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