.text-home{
    position: absolute;

    top: 2%;
    left: 10%;

    /*square dimensions*/
    /* width: 52.5%; */

    display: flex; 
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    gap: 110px;

    font-size: 20px; 
    text-align: center; 
    letter-spacing: 1.5px;

    color: #ffffff;

    z-index: 2;
} 

.text-text{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link{
    color: #ffffff;
    /* text-decoration: none; */
}

@media only screen and (max-width: 600px) {
    .text-home{
        font-size: 18px;
        color: #0027bb;
        line-height: 25px;

        display: flex; 
        flex-direction: column;
        align-items: flex-start; 
        justify-content: center;
        gap: 0px;
    
        height: 115%;
        left: 10%;
        width: 80%;
    }

    .link{
        color: #0027bb;
    }

    .tuta{
        width: 30%;
        height: auto;
    
        position: absolute; 
        top: 290px; 
        left: 40px;
    
        z-index: 2;
    
    }
}