@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    background-color: black;
    margin-left: 2em;
}
p, h1, h2, h3, h4, h5, h6, li, span {
    font-family: 'Philosopher', sans-serif;
    color: white;
}
.explain {
    color: gray;
    font-size: 8pt;
}
.indent {
    margin-left: 1vw; 
    border-left: 1px solid white; 
    padding-left: 1vw;
}
img {
    margin-left: 3vw;
    float: left;
    height: 100%;
}
.song-direct-link a {
    font-family: 'Philosopher', sans-serif;
    font-size: 8pt;
    color: gray;
    text-decoration: none;
}
.song {
    background-color: #400;
    padding: 1em;
    padding-left: 2em;
    width: 93vw;
    margin-bottom: 2vh;
}
a {
    color: #C88;
}
.song-header * {
    font-family: 'Philosopher', sans-serif;
    border-bottom: 1px solid #FFF4;
}

.header {
    height: 128px;
}

#logo { 
    margin: 0;
    height: 100px;
    float: left;
    display: block;
}

#wordmark {
    color: red;
    font-family: 'Philosopher', sans-serif;
    font-size: 72pt;
    text-decoration: none;
    float: left;
}