html {
    font-size: 16px;
}

.social-bar {
    position: fixed;
    right: 0;
    top: 35%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icon {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

icon-facebook {
    background: #183667;
    border radius: 1rem 0 0 0;
}

icon-twitter {
    background: #183667;
}

icon-instagram {
    background: #183667;
    border radius: 0 0 0 1rem;
}