body {
    margin: 0;
    padding: 0 1.25em 1.25em;
}

.headline {
    display: flex;
    flex: 1;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0.04em;
    font-size: 1.12em;
    cursor: default;
}

.headline::after {
    content: '';
    background: repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, transparent 0, transparent 8px);
    display: block;
    width: 100%;
    margin-left: 20px;
    right: 10px;
}

#headline a {
    text-decoration: none;
    color: inherit;
}

a.profile-link {
    display: inline-block;
    margin-right: .5em;
}

hr {
    margin-top: 1.15em;
    margin-bottom: 1.15em;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
}

audio {
    width: 100%;
}

.icon {
    line-height: 100%;
    display: inline-block;
    margin-left: -0.35em;
    vertical-align: middle;
}

#canvasWrapper {
    position: fixed;
    height: 400px;
    left: 1em;
    right: 1em;
    bottom: 80px;
}
