body {
    font-family: poppins, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black !important;
    width: calc(100vw - 1rem);
    color: white;
}

@media (max-width: 576px) {
    html { font-size: 12px; }
}