body {
    background-color: black;
}

.base {
    background: white;
    color: #0000;
    height: 150px;
}

.base2 {
    background: #0000;
    color: white;
    height: 50px;
}