body {
    background-image: url("/assets/bgs/evabg.webp");
    background-size: 100% auto;
    color: white;
    font-family: 'Coda', sans-serif;
}

.container {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.aside {
    height: 100%;
    width: 15%;
    max-height: 100%;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, .5);
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.aside::-webkit-scrollbar {
  display: none;
}

.aside a:link {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.aside a:visited {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.aside a:hover {
    color: #b5b5b5;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.aside a:active {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.aside h1 {
    font-style: italic;
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
    font-size: 60px;
    margin-top: -4px;
}

.aside h2, h3 {
    font-style: italic;
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
    margin-top: -1px;
}

.aside h2:hover {
    color: #b5b5b5;
}

.aside hr {
    margin: -30px 10px 0px 10px;
    border-color: transparent;
    border-top: 2px dashed #14176e;
}

.log {
    width: 90%;
    border: 2px solid #14176e;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .8);
}

.log p {
    margin: -20px 0px 0px 0px;
    color: #14176e;
}

.loglink {
    text-decoration: underline;
}

.main {
    display: none;
    width: 60%;
    height: 99%;
    border: 2px solid #14176e;
    overflow-y: scroll;
    margin-left: 50px;
    background-color: rgba(166, 166, 166, .5);
    -ms-overflow-style: none; 
    scrollbar-width: none;
    padding: 5px;
}

.main::-webkit-scrollbar {
  display: none;
}

.main p {
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.main hr {
    margin: -30px 10px 0px 10px;
    border-color: transparent;
    border-top: 2px dashed #14176e;
}

.main h1 {
    font-style: italic;
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
    font-size: 60px;
    margin-top: -4px;
}

.main h2, h3 {
    font-style: italic;
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.main a:link {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.main a:visited {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.main a:hover {
    color: #b5b5b5;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.main a:active {
    color: white;
    text-shadow: -1px -1px 0 #14176e, 1px -1px 0 #14176e, -1px 1px 0 #14176e, 1px 1px 0 #14176e;
}

.pagedoll {
    position: fixed;
    bottom: 0px;
    right: 0px;
    transform: translateY(40px);
}