

/* SOCIALS */

#socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.social-icon {
    width: 25px;
    height: 25px;
}

.social-icon {
    border: 0;
}

.follow-us {
    color: #767676;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}