body {
    line-height: 200%;
    font-family: "Montserrat";
    background-color: #6687bd;
    color: #f3f3ef;
}

.container {
    text-align: center;
}

.immagine {
    height: 100px;
    margin-top: 10px;
}

.immagine img {
    max-width: 100%;
    max-height: 100%;
}

.testata {
    width: 50%;
    margin: auto;
    padding-top: 2%;
}

.testoChiaro {
    color: #B2EBF2;
}

.citazione {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #EDF2F4;
}

.circular--square {
    border-radius: 50%;
}

.bigButton {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Montserrat";
    font-size: large;
    padding: 5px;
    width: 250px;
    background-color: #EDF2F4;
    color: #000000;
}

.bigButton:hover {
    background: #CDDC39;
}

@media screen and (max-width: 768px) {
    .bigButton {
        width: 75%;
    }

    .testata {
        width: 100%;
    }

    .citazione {
        margin-left: 5%;
        margin-right: 5%;
    }

}