.content {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.content-home {

    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
}

.content-home-announcement {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.content-home-announcement-header {
    font-family: sourgummy;
    color: var(--fancy-text-color);
    text-align: center;
    font-style: normal;

}





.content-home-section-eulevotodesc {
    color: var(--text-color);
    text-align: center;
    font-family: sourgummy;
    font-style: normal;

}

.content-home-section-registration {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;


    color: var(--fancy-text-color);
    text-align: center;
    font-family: sourgummy;
    font-style: normal;
}

.content-home-section-registration-text {
    flex: 1 0 0;


}


.content-home-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 96px;
}

.content-home-contact-socials {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.content-home-contact-socials-icon {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;

    padding: 90px 0 0 0;
}

.content-home-contact-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.content-home-contact-email-text {
    color: var(--darker-text-color);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.content-home-contact-email-address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--darker-text-color);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
}

