.socials {
    width: 80px;
    background-color: var(--background-color);
    min-height: 30Vh;
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    top: 15vh;
    right: 0px;
    border-radius: 20px 0px 0px 20px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social_icons {
    text-decoration: none;
    color: var(--primary-color);
}