#latest-releases {
    margin: 20px;
    margin-bottom: 0;
    font-size: xxx-large;
    font-family: 'Courier New', Courier, monospace;
    color: blanchedalmond;
}

#title-holder {
    width: 100%;
    background-color: rgb(27, 5, 26);
}

.music-holder {
    min-height: 80vh;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.name-holder {
    flex: 1;
}

.name {
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;
    font-weight: 600;
    color: rgb(27, 5, 26);
    margin-left: 5vh;
}

.cover-art {
    width: 50vh;
    height: 50vh;
    border-radius: 20px;
    border-color: rgb(27, 5, 26);
    border-style: solid;
    margin-right: 5vh;
}

#after-your-heart-holder {
    background-image: url("/image/afteryourheartbacground.png");
    background-size: 180vh;
}

.button-art-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listen {
    margin-top: 5vh;
    width: 50vh;
    height: 10vh;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    font-size: x-large;
    border: solid;
    border-color: rgb(27, 5, 26);
    background-color: blanchedalmond;
}

.listen:hover {
    cursor: pointer;
    background-color: rgb(27, 5, 26);
    color: blanchedalmond;
    border-color: blanchedalmond;
}

#after-your-heart-cover-art {
    border-color: blanchedalmond;
}

#remember-holder {
    background-image: url("/image/rememberbg.jpg");
    background-size: 75vh;
}
#remember-name{
    color: blanchedalmond;
}
#loving-you-holder {
    background-image: url("/image/lovingyoubg.jpg");
    background-size: 60vh;
}
#loving-you-name {
    color: blanchedalmond;
}

#thank-you-holder {
    background-image: url("/image/moses.jpg");
    background-size: 200vh;
}

#tumesuffis-holder {
    background-image: url("/image/tumebg.jpg");
}

#tumesuffis-name {
    color: blanchedalmond;
}