body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: auto;
    text-align: center;
    color: #e9eff0;
    background-color: #0a111c;
}

h1, h3 { 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 900;
}

h1 {
    font-size: 2.5rem;
}

#spotify-embed {
    margin-top: 30px;
    margin-bottom: 3rem;
    border: 2px solid #e9eff0;
    border-radius: 15px;
}

a {
    color: #e9eff0;
    text-decoration: none;

}

a:hover {
    color: #5f8694;
}


div {
    margin: auto;
    margin-bottom: 3rem;
    width: 40%;
    line-height: .8em;
}

.chorus {
    font-style: italic;
    background-image: linear-gradient(#e9eff0, #5f8694);
    border-radius: 15px;
    color: #0a111c;
    padding: 1rem 1rem;
    width: 25%;
}


