.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    /*transition: all ease-out 5s;*/
}

/* Style the icon bar links */
.icon-bar div {
    display: block;
    text-align: center;
    padding: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar div:hover {
    background-color: #000;
}


.github {
    color: white;
}

.github.side{
    background: #000000;
}

.icon {
    color: white;
}

.linkedin.side{
    background: #007bb5;
}

.discord {
    color: white;
}

