body {
    font-family: sans-serif;
    background-color: black;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: white;
}

header {
    > h1 {
        width: 100%;
        aspect-ratio: 1088 / 608; /* matches flowbot-title.png: 55.88% height/width */
        position: relative;
        background-size: 100% 100%;
        margin: 0;
        > tt {
            font-size: huge;
            position: absolute;
            top: 0.3em;
            left: 0.6em;
        }
        > aside {
            position: absolute;
            top: 2em;
            bottom: 0;
            left: 0;
            aspect-ratio: 1816 / 4032; /* matches flowbot-main-tr.png */
            background-size: contain;
            background-repeat: no-repeat;
            > span {
                font-size: large;
                position: absolute;
                bottom: 0.3em;
                right: 0.6em;
            }
        }
    }
    > ul {
        list-style-type: none;
        > li {
            display: inline-block;
            margin: 1em;
        }
    }
}

section {
    margin: 1em;
    padding: 2em;
    border: 1px solid grey;
    &.dj-set {
        >h3, >audio {
            display: inline-block;
        }
        >audio {
            margin-left: 1em;
        }
    }
}

.dj-set {
    >h3, >p, >ol {
        background-color: rgba(0,0,0,0.6);
        padding: 0.6em;
        border-radius: 0.3em;
    }
    >ol {
        padding-left: 2.6em;
    }
}

.bg-flowbot-title {
    background-image: url('flowbot-title.png');
}

.bg-flowbot-main {
    background-image: url('flowbot-main-tr.png');
}

.bg-nopro-mo {
    background-image: url('nopro-mo.png');
    background-position: 0 -70px;
}
