html,
body {
    height: 100%;
    min-height: 100%;
    background-image: url("/images/brick.avif");
    background-size: cover;
    background-color: #666;
    filter: saturate(0);
}

body {
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    font-family: Arial, Helvetica, sans-serif;
}

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

img {
    width: 100%;
}

.sidebar {
    max-width: 180px;
    text-align: center;
    padding: 30px;
    float: left;
}

.main {
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    max-width: 650px;
    background-color: #555;
    min-height: 100%;
    box-shadow: 0px 0px 5px #555;
}

.main time {
    color: #bbb;
}

.main time~audio {
    float: right;
    margin-top: -35px;
    width: 15rem;
}

.main img {
    width: calc(100% + 80px);
    height: auto;
    max-height: 16rem;
    margin: auto -40px;
    box-shadow: 0px 0px 2px #222;
}

.main>img {
    margin-top: -10px !important;
}

.main hr {
    margin: 2rem -40px;
    border-top: 3px double #333333;
}

.main h3 {
    color: #ddd;
    font-family: monospace;
    font-size: 1rem;
    text-align: center;
    margin: 3rem auto 2rem auto;
    font-style: italic;
}

.main p {
    line-height: 1.5;
    font-weight: bold;
    color: #eee;
    text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000 !important;
}

purple {
    color: rgb(255, 164, 216)
}

ul {
    list-style-type: upper-roman;
}

#kofi {
    position: absolute;
    top: 1rem;
    right: 1rem;
    float: right;
    width: 4rem;
    height: auto;
}