@media (max-width: 400px){

    body{
        background-image: url(../images/bg-mobile.svg);
        background-size: contain;
        height: 100%;
        width: 100%;
        padding: 35px 35px 0 35px;
        margin: 0;
    }
    
     header{
        max-height: 30px;
    } 

    section { 
        gap: 0;
        display: flex;
        flex-direction: column;
        max-height: 100%;
        padding-top: 60px;
    }

    section .info {
        gap: 10px;
        align-items: center;
        text-align: center; 
    }

    section .info h1{
        font-size: 2.5rem;  
    }

    section .info p{
        font-size: 1.7rem;
        opacity: 95%;  
        font-weight: 200;
    }

    section .info button{
        font-size: 1.4rem;   
        max-height: 35px;
        width: 180px;
        margin: 20px 0 20px 0;
    }   

    footer {
        justify-content: center;
        gap: 10px;
        margin-top: 40px 0 0 0;  
        padding: 0;

    }
    
    footer a{
        justify-content: center;
        width: 35px;
        height: 35px;
    }

   footer i{
    font-size: 15px; 
}
}
