body {
    background-color: black;
    font-family: "Geo", sans-serif;
    font-size: 20px;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: #97f300 #6cad01;
}

html {
    cursor: url("https://outkrop.neocities.org/characters/urush/radcursor.png"), default;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    margin-top: 3px;
}

p b {
    color: #97f300;
}

a {
    text-decoration: none;
    color: #00e0b5;
}

a:hover {
    color: #97f300;
}

ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: #97f300;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

hr.dotted {
    border: none;
    border-top: 5px dotted #97f300;
    background-color: transparent;
}

.pagedoll {
    position: fixed;
    top: 60%;
    left: 12%;
    z-index: 1;
    max-height: 100%;
}

.pagedoll:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.cropped {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 3px dotted #97f300;
}

.cropped img {
    object-fit: cover;
    object-position: 80% 100%;
}

.imgcrop {
    width: 570px;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}

.bioimg {
    margin: -65px 50px -100px 0;
}

#marquee {
    width: 100%;
    background-color: #97f300;
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-style: semibold;
    font-size: x-large;
    font-feature-settings: "smcp" on;
}

#container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 1000px;
    height: 100px;
    margin: 25px 0 10px 0;
    border-style: ridge;
    border-color: #00e0b5;
    box-shadow: 0 0 20px 3px rgba(0, 224, 181, 0.5);
}

#headerimage {
    width: 980px;
    height: 80px;
    background-image: url(https://outkrop.neocities.org/ART/dd.png);
    background-size: 100%;
    padding: 10px;
}

#main {
    width: 1000px;
    word-wrap: break-word;
    height: 550px;
    display: flex;
    color: white;
    border-style: ridge;
    border-color: #00e0b5;
    box-shadow: 0 0 20px 3px rgba(0, 224, 181, 0.5);
    font-feature-settings: "smcp" on;
}

#content {
    order: 2;
    width: 610px;
    height: 520px;
    border-style: ridge;
    border-color: #00e0b5;
    background-color: black;
    margin: 10px 10px 10px 10px;
}

#contentheader {
    width: auto;
    height: 20px;
    background-color: #47bba4;
    padding: 5px;
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: semibold;
    clip-path: polygon(0% 0, 65% 0%, 55% 100%, 0 100%);
}

#leftsidebar {
    order: 1;
    height: auto;
    margin: 0 0 10px 10px;
}

#leftbox {
    width: 180px;
    height: 252px;
    border-style: ridge;
    border-color: #00e0b5;
    background-color: black;
    font-size: 18px;
    margin-top: 10px;
    object-fit: scale-down;
}

#boxcontent {
    padding: 5px;
    height: 210px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #97f300 #000;
}

#boxcontent2 {
    padding: 5px;
    margin: 5px;
    height: 470px;
    text-align: left;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #97f300 #000;
}

#boxlinks {
    text-align-last: center;
}

#scrollbox {
    height: 370px;
    overflow-y: scroll;
    text-align-last: left;
    scrollbar-width: thin;
    scrollbar-color: #97f300 #000;
}

#scrollflex {
    display: flex;
    flex: space-around;
    width: 500px;
}

#scrollboxsmall1 {
    order: 1;
    width: 300px;
    margin: 10px;
    text-align-last: center;
}

#scrollboxsmall2 {
    order: 2;
    width: 290;
    margin: 10px;
    text-align-last: center;
}

#rightsidebar {
    order: 3;
    height: auto;
    margin: 10px 10px 10px 0;
}

#rightbox {
    width: 150px;
    height: 520px;
    border-style: ridge;
    border-color: #00e0b5;
    background-color: black;
}

#footer {
    background-color: black;
    color: #ebf8ff;
    width: 1000px;
    height: 100px;
    text-align: center;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    border-style: ridge;
    border-color: #00e0b5;
    box-shadow: 0 0 20px 3px rgba(0, 224, 181, 0.8);
    clear: both;
}

#footerscroll {
    height: 100px;
    overflow-y: scroll;
    text-align-last: center;
    scrollbar-width: thin;
    scrollbar-color: #97f300 #000;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #000000;
    margin: auto;
    padding: 20px;
    border: 1px solid #00e0b5;
    width: 80%;
    color: #ffffff;
    text-align: left;
}

/* The Close Button */
.close {
    color: #97f300;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #00e0b5;
    text-decoration: none;
    cursor: pointer;
}
