#social-links-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    left: 1%;
    top: 60%;
    width: 70px;
}

.social-link {
    filter: opacity(0.9) drop-shadow(0 0 0 white);
    display: block;
    margin: 10px 0px;
}