body {
    background-color: #B4D3F4;
}

div.col {
    background-color: white;
}
h1 {
    text-align: center;
}
div.col p:last-child {
    text-align: right;
}
@media (min-width: 768px) {
    div.col {
    	width: 700px;
    }
}
