/* Maximum space for text block */
h1 {
    color: dodgerblue;
}

.md-header {
    background-color: dodgerblue;
}

.clear-fix {
    clear: both; /* Forces the next content to start below any floats */
}