.title {
    width: 100%;
    height: fit-content;
    margin-top: 125px;
    margin-left: 10%;
    margin-bottom: 40px;
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 100px;
    display: flex;
}

.star-10 {
    margin-left: 15px;
    margin-top: 10px;
    width: 80px;
}

.no-skip-albums {
    margin-left: 10%;
    width: 100%;
    height: fit-content;
    display: flex;
}

.list-no-skip h2 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 40px;
    margin-bottom: 15px;
}

.list-no-skip {
    margin-top: 80px;
    font-family: gtAlpinaRegularLight;
    font-size: 17px;
    color: rgb(77, 64, 64);
    line-height: 1.2;
}

.collage-no-skip {
    margin-left: 20px;
    width: 60%;
}

.favorite-songs {
    width: 100%;
    margin-top: 20px;
    font-family: gtAlpinaRegularLight;
    font-size: 20px;
    color: rgb(77, 64, 64);
    line-height: 1.4;
}

.favorite-songs h2 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.favorite-song-columns {
    width: 100%;
    display: flex;
    justify-content: center;
}

.col-1 {
    width: 30%;
    text-align: center;
}

.col-2 {
    width: 30%;
    text-align: center;
}

.col-3 {
    width: 30%;
    text-align: center;
}

.music-footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.music-bead-footer {
    width: 20%;
}