.body {
    background-color: #f4f4f4;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h1 {
    font-family: sans-serif;
    color: #004477;
}
.section.logo {
    background: chartreuse;
}