body {
    background-color: black;
}

.main {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 25px;
    /*background-color: #e2aca1;*/
    color: white;
    border-radius: 10px;
}

a, a:hover {
    text-decoration: none;
}

.cover,
.tracks {
    padding-top: 25px;
}

.cover {
    text-align: center;
    margin: 25px 0;
}

.youtube .grow {
    border-radius: 3px;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.evo88{
    background: url('../images/links.png') no-repeat 0 -221px;
    width: 124px;
    height: 28px;
}

.youtube {
    text-align: center;
}

.spotify {
    

}

.youtube h5{
    margin-top: 35px;
}

.footer{
    margin-top: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
}
