/* Revisit with dark mode*/
.fa {
    padding: 10px;
    font-size: 10px;
    width: 35px;
    text-align: center;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-spotify {
    background: lightgreen;
    color: black;
}

.fa-apple {
    background: white;
    color: black;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-instagram {
    background: #e95950;
    color: white;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitch {
    background: #6441a5;
    color: white;
}
.footerText {
    font-size: 10px;
}
.linkColor {
    color: #9a9b9d;
}
