@media screen and (max-width: 767px) {
    .output-header {
        margin-top: 3rem;
    }

    .w-100[style*="max-width: 250px"] {
        max-width: none !important;
    }
}

#markdown-content {
    background: var(--bs-gray-200);
}

#generate-btn {
    min-width: 160px;
    height: 45px;
}
