body {
    background-color: black;
    color:grey;
}

h1 { 
    color: red;

}

.square {
    width: 100px;
    height: 100px;
    background-color: white;
}

#widebox {
    color: grey;
    
}