.background-check {
    background-image: url("../img/pattern_Check-fixed.svg");
    background-repeat: repeat;
}

.background-contatti {
    background-image: url("../img/contatti_v03.svg");
    background-repeat: repeat;
}

.background-eventi {
    background-image: url("../img/eventi_v02.svg");
    background-repeat: repeat;
}

.background-love {
    background-image: url("../img/love_v02.svg");
    background-repeat: repeat;
}

.background-settings {
    background-image: url("../img/settings_v03.svg");
    background-repeat: repeat;
}

main {
    height: -moz-calc(100vh);
    /* WebKit */
    height: -webkit-calc(100vh);
    /* Standard */
    height: calc(100vh);

    min-height: 600px;
    display: flex;
    align-items: center;
}