body
{
    font-family: 'Montserrat Alternates', sans-serif !important;
}
.contenuto1
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenuto2
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.square1
{
    width: 100%;
    height: 200px;
    background-color: #DCF6F3;
    display: flex;
    justify-content: center;

    font-size: xx-large;
    font-weight: 500;
}
.square2
{
    width: 100%;
    height: 200px;
    background-color: #FCFED9;
    display: flex;
    justify-content: center;

    font-size: xx-large;
    font-weight: 500;
}
.square3
{
    width: 100%;
    height: 200px;
    background-color: #FFD9D8;
    display: flex;
    justify-content: center;

    font-size: xx-large;
    font-weight: 500;
}
.square4
{
    width: 100%;
    height: 200px;
    background-color: #F4A3A2;
    display: flex;
    justify-content: center;
    font-weight: 500;

    font-size: xx-large;
}
.testo1
{
    width: 75%;
    font-size: large;
}

@media screen and (max-width: 600px) {

    img
    {
        width: 100%;
    }
    .email
    {
        font-size: 21px;
    }
    .contenuto1
    {
        align-items: center;
    }
}
