@media(max-width:768px){
    body {
        height: 100vh;
        overflow: hidden;
        gap: 0.25rem;
        padding: 0.25rem;
    }
    
    h1 {
        font-size: 2.5rem;
        margin: 0;
        line-height: 0.8;
    }
    
    p {
        font-size: 0.9rem;
        margin: 0;
    }

    .terminal, .finder {
        width: 92%;
        max-width: none;
        margin: 0;
    }

    .terminal-body, .finder-body {
        height: 12rem;
        padding: 0.75rem;
        overflow-y: auto;
    }

    .file span, .folder span {
        font-size: 0.8rem;
    }

    .file-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .easy-mode-button {
        top: 0.5rem;
        right: 4rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
        border-radius: 8px;
    }
    
    .switch {
        top: 0.5rem;
        right: 0.5rem;
    }
    
    .switch label {
        width: 3rem;
        height: 1.75rem;
    }
    
    .switch label::before {
        width: 1.3rem;
        height: 1.3rem;
        top: 2.5px;
        left: 2.5px;
    }
    
    .switch input:checked + label::before {
        transform: translateX(1.25rem);
    }
    
    .terminal-header, .finder-header {
        padding: 0.4rem 0.75rem;
    }
    
    .circle {
        width: 12px;
        height: 12px;
    }
    
    .terminal-body p, .terminal-body ul li {
        font-size: 0.9rem;
    }
    
    .terminal-input {
        font-size: 0.9rem;
    }

    #about-heading {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        text-align: center;
        color: #D3D3D3;
    }


}