#socials {
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    position: fixed;
    right: 0;
    top: 48%;
    background-color: #f2f2f2;
    z-index: 999;
    color: #f2f2f2;
}

#socials img {
    width: 60px;
}

#socials div:hover {
    color: #94a496;
    background-color: #f2f2f2;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    #socials img {
        width: 50px;
    }
}

@media screen and (max-width: 400px) {
    #socials {
        top: 100%;
    }
}
