/* =========================
   SOCIAL ICONS
========================= */

.social-icon {
    width: 30px;
    height: 30px;
    background: #e63946;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}
