/*
Theme Name: TwentyTwentyOne Child
Template: twentytwentyone
*/

#page.site{
    background-color: lightgreen;
}

#page{
    background-color: red;
}

.site{
    background-color: black;
}

a:hover{
    color: red;
}