body {
    background-color: beige; 
}

h1 {
    color: cornflowerblue;
}

.hidden {
    display: none;
}