@media (max-width: 768px) {
    html {
        font-size: 90% !important;
        line-height: 90% !important;
    }

    .card-body {
        padding: 0.9rem !important;
    }

    #content {
        margin-top: -50px;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        overflow: hidden;
    }
}
