hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

code {
    border-radius: 2px;
    background-color: #9d64a2;
    color: #160808;
    padding: 4px;
}

p, li, ul, em {
    color: #d3b1c2;
}

p {
    text-indent: 19px;
}

h1, h2, h3, h4, h5 {
    color: #ce6499;
}

a {
    color: #c197d2;
    text-decoration: underline;
}

a:hover {
    color: #b840e8;
}

ul .index {
    font-size: larger;
    white-space: pre;
}

.nav-link, .navbar-brand, #brand-link {
    text-decoration: none;
}

.nav-link:hover, .navbar-brand:hover, #brand-link:hover {
    text-decoration: underline;
}

.jumbotron {
    background-color: unset;
    /*-webkit-backdrop-filter: saturate(110%) brightness(90%);*/
    /*backdrop-filter: saturate(110%) brightness(90%);*/
}

.container {
    max-width: 960px;
}

body {
    /*font-family: "Lucida Sans", "Verdana", monaco, "Bitstream Vera Sans Mono", monospace;*/
    font-family: "DejaVu Serif", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    background-color: #211522;
}

.mono {
    font-family: monospace;
}

.site-header {
    /*background-color: #160808;*/
    -webkit-backdrop-filter: saturate(180%) brightness(70%) blur(20px);
    backdrop-filter: saturate(180%) brightness(70%) blur(20px);
}

/* ©luckystreak 2022 */
.page-footer {
    color: #dec3be;
    /*background-color: #31475A;*/
}

.navbar-static-top {
    margin-bottom: 19px;
}


/* Details style */
details {
    border: 1px solid #d4d4d4;
    padding: .75em .75em 0;
    margin-top: 10px;
    margin-bottom: 10px;
    /*box-shadow:0 0 20px #d4d4d4;*/
}

summary {
    font-weight: bold;
    margin: -.75em -.75em 0;
    padding: .75em;
    background-color: #892b7b;
    color: #fff;
}

details[open] {
    padding: .75em;
    border-bottom: 1px solid #d4d4d4;
}

details[open] summary {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.emote {
    height: 1.5em;
}
.emote-wrapper {
    display: inline-flex;
    width: 1.5em;
}
