.squiggle {
    font-family: squiggle;
}

.inestine {
    font-size: 100px !important;
}

@media (max-width: 500px) {
    .inestine {
        font-size: 50px !important;
    }
}

.btn-solid {
    background-color: #131314;
}

.btn-outline {
    background-color: transparent;
}

.btn-apple:hover {
    background: #fc3c44;
}

.btn-spotify:hover {
    background: #1DB954;
}

.btn-spotify-solid {
    background: #1DB954;
}

.btn-spotify-solid:hover {
    color: #000000 !important;
}
