body {
    background-color: white;
}
div {
    display: block;
    float: left;
}
h1 {
    color: black;
}
p {
    color: black;
}