h1 {
    color: white;
    background: black;
}
div {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    color: white;
    background: blue;
}