/* Coming Soon heading styles */
#coming-soon {
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #F8F8F2;
    letter-spacing: 2px;
    font-family: 'Fira Code', 'Orbitron', 'Bebas Neue', 'Montserrat', 'Oswald', 'Arial Black', sans-serif;
}

@media (max-width: 600px) {
    #coming-soon {
        font-size: 2em;
        margin-bottom: 18px;
    }
    #terminal {
        width: 95vw !important;
        min-width: 0 !important;
        max-width: 95vw !important;
        height: 520px !important;
        min-height: 520px !important;
        max-height: 520px !important;
        padding: 10px !important;
    }
    #terminal, body {
        font-size: 13px !important;
    }
}
