﻿body {
}
.social-icon {
    background-color: #080c34;
    color: white;
    width: 3.7rem;
    height: 3.7rem;
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
    align-content: center;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.si {
    position: relative;
}

    .si::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }