.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw; /* Space between icons */
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 1vw;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
}

.social-icons img {
    max-width: 100%;
    max-height: 100%;
}

.youtube {
max-width: 5vw;
}