@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
.app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    color: #2c3e50;
    flex-flow: column;
}

a {
    color: #4fc08d;
}

.mixtape {
    /* max-width: 500px; */
    position: relative;
}
.mixtape__tape {
    width: 100%;
}
.mixtape__message {
    position: absolute;
    font-family: 'Permanent Marker', cursive;
    font-weight: bold;
    top: 1em;
    left: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-left: 0em;
    font-size: 3rem;
    line-height: 0.5rem;
}
.mixtape__playlist {
    display: flex;
    flex-flow: column;
    margin: 8px;
    padding: 0;
}
.mixtape__playlist-item {
    list-style-type: none;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.8rem;
    margin: 0;
    border-bottom: 1px solid #0b0b0b;
    padding: 4px;
}
.mixtape__playlist-item--link {
    cursor: pointer;
}
.mixtape__playlist-item--title {
    border-bottom: 2px solid #fd3a26;
}
.mixtape__playlist-item--selected {
    color: #fd3a26;
}
#jwplayer {
    height: 45px !important;
}
#jwplayer .jw-icon-fullscreen,
#jwplayer .jw-related-btn {
    display: none;
}