
#contact {
 justify-content: flex-start;
}

#contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#contact-socials {
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#contact h3 {
    color: #333;
    margin-bottom: 10px;
}

#chant {
    margin: 20px 0;
}

#socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.social-icons {
    display: flex;
    padding: 5px;
    margin: 20px;
    width: 90px;
    height: 90px;
}

.social-icons img {
    object-fit: contain;
    width: 50px;
}

.social-icons:hover img{
    width: 70px;
}
