* {
    /* background: #000000; */
    color: #bb0000;
    /* font-family: consolas; */
    font-family: monaco, Consolas, "Lucida Console", monospace;
    overflow: hidden;
}
html,
body,
body > header {
    overflow: hidden;
    height: 100dvh;
    width: 100dvw;
    padding: 0;
    margin: 0;
}
body {
    background: #030003;
}
hr {
    border-color: #66000066;
    margin-bottom: 3px;
    margin-top: 0px;
    height: 6px;
}
.window {
    width: min-content;
    border: 3px solid darkred;
    position: absolute;
    background: black;
}
.window_title {
    display: flex;
    margin-right: auto;
    padding: 0px 16px 0px 16px;
    font-size: large;
    align-items: center;
    user-select: none;
    color: red;
}
.window_status {
    display: flex;
    border-bottom: 3px solid darkred;
    height: 32px;
}
.window_button {
    border-left: 3px solid darkred;
    width: 32px;
    font-size: x-large;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    user-select: none;
}
.window_content {
    padding: 16px 24px;
    color: rgb(69, 69, 69);
}
.header {
    font-size: 2.5em;
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgb(61, 41, 41);
}
p, ul, li, i, em {
    color: rgb(69, 69, 69);
}
.ascii_art {
    font-family: monospace;
    white-space: pre;
}
button {
    background: none!important;
    border: none;
    padding: 0!important;
    text-decoration: underline;
    cursor: pointer;
}
iframe {
    border-width: 0px;
}