html, body {
    font-size: 16px;
}

@media (min-width: 576px) {
    .container {
        margin-top: 100px;
    }
}