

.spotify-link-container{
    position:relative; float:left; max-width:450px; width:100%; height:auto; margin:10px 10px;display:flex;
}
.spotify-link-container p{
    width:90%;
    float:left;
    padding:none;
    margin:0px;
}
.spotify-link{
    position:relative;
    width: 40px;
    height: 40px;
    background: url("../img/Spotify-icon.png") no-repeat;
    border: none;
    float:right;
    display:block;
    background-size: cover;
}

.footerSpotifyLink{
    vertical-align: middle;
    background: url("../img/Spotify-icon.png") no-repeat right;
    background-size: 20px 20px;
    width:20px;
    height:20px;
}

.footerFbLink{
    vertical-align: middle;
    background: url("../img/fbLogo.png") no-repeat right;
    background-size: 20px 20px;
    width:20px;
    height:20px;
    margin-left:5px;
}