body {
    background-color: rgb(0, 113, 139);
}



.quote h3 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 1rem;
    margin-top: 0;
}

.playlist h1 {
    font-weight: 500;
    font-size: 3em;
    margin-bottom: 1rem;
    margin-top: auto;  
}

.home-main-section .call-to-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem;
    align-self: center;
}


.radio {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.radio iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}