
@media (min-width: 900px) {

    body{
        scroll-behavior: smooth;
    }
    
    .intro-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5vw;
        width: 100%;
        max-width: 1200px; 
        margin-top: 5rem;
        padding: 0 2rem;
        box-sizing: border-box;
    }

    header {
        order: 2;
    }
    .nav-links {
        display: flex;
        gap: 5rem;
        text-align: center;
        margin-top: 2rem;
        border-radius: 10px;
        padding: 1rem;
        justify-content: center;
        align-items: center
    }

    #about {
        order: 1;
        text-align: left;
    }
    .foto:hover {
        transform: scale(1.1);
        transition: transform 0.5s ease;
        
    }

    .sobre{
        font-size: 78px;
        margin-bottom: 20px;
        margin-top: 3rem;
    }

    .sobremim{
        font-size: 20px;
        max-width: 500px; 
        margin-top: 20px;
        line-height: 1.8;
        padding: 0;
        margin-right: 2rem;
    }
    #project-name-changer {
        margin-top: 12rem;
        text-align: center;       
    }
    #projects {
        margin-top: 8rem;
        text-align: center;
    }
    #skill-mode {
        margin-bottom: 2rem; 

    }


    section.skills h1 {
        margin-bottom: 2rem;
        text-align: center;
        justify-content: center;
        align-items: center
        

    }

   
    .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        width: 100%;
        max-width: 900px; 
        padding: 8 2rem;
        margin-bottom: 4rem; 
        box-sizing: border-box;
        animation: fedeIn 1s ease-in-out;
    }
    @keyframes fedeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
        
    }

    #not {
        display: none;
    }
    #cllr-not {
        display: block;
    }
    #skill-mode {
        display: none;
    }
    #contact {
        text-align: center;
        gap: 10px;
        padding: 3rem;
        display: block;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-left: auto;
        margin-right: auto;
    }
    .aviso {
        display: none;
    }
}
