


body, html {
    height: auto;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #24939c;
}

.container {
    text-align: center;
    max-width: 900px;
    padding: 20px;
}

.logo-container {
    margin-bottom: 20px;
}

.logo-container img {
    width: 200px;
    border-radius: 50%;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    font-size: 1.2em;
    font-weight: 300;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
}

.button-container {
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #24939c;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons a {
    margin: 0 10px;
    font-size: 2em;
    color: #24939c;
}

.social-icons img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}



@media only screen and (max-width: 768px) {
    .button {
        margin-right: 0px;
        margin-bottom: 10px;
        width: auto;
    display: block;
    }

    .mobile {display: none;}
}

.box {
    border: #24939c solid 1px;
    border-radius: 15px;
    padding: 5px 15px;
}

.note {
    text-align: left;
}

.confetti a {padding: 19px 50px;}

.linea {    
    width: 50px;
    margin-bottom: 20px;
    border: 1px solid #24939c;
}