@font-face {
    font-family: 'WebPlus_IBM_MDA';
    src: url('fonts/WebPlus_IBM_MDA.woff2') format('woff2'),
         url('fonts/WebPlus_IBM_MDA.woff') format('woff'),
         url('fonts/WebPlus_IBM_MDA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

pre {
    font-family: 'WebPlus_IBM_MDA', monospace !important;
    font-size: 16px;
    line-height: 1;
    white-space: pre;
}


@keyframes scrollText {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

body {
    min-height: 200vh;
    font-family: 'WebPlus_IBM_MDA';
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    padding: 10px;
    justify-content: flex-start
}

#container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 100vh;
    padding-top: 20px;
    top: -5px;
}


.left-container {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
     align-items: flex-start;
}

#content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

#sys, #cnts, #nav, #moon {
    position: relative;
    z-index: 2;
    background-color: #000000;
    padding: 5px 10px;
    text-align: left;
    border: 2px solid #ffffff;
    outline: 2px solid #ffffff;
    outline-offset: 1px;
    width: auto;
    margin-bottom: 10px;
}

#main, #aboutme, #changelog, #lexicaindex {
    position: relative;
    z-index: 2;
    background-color: #000000;
    padding: 5px 10px;
    text-align: left;
    border: 2px solid #ffffff;
    outline: 2px solid #ffffff;
    outline-offset: 1px;
    max-width: 710px;
    flex-grow: 1;
    margin-bottom: 10px;
}

#lexicaentry {
    position: relative;
    z-index: 2;
    background-color: #000000;
    padding: 5px 10px;
    text-align: center;
    border: 2px solid #ffffff;
    outline: 2px solid #ffffff;
    outline-offset: 1px;
    flex-grow: 1;
    margin-bottom: 10px;
    align-self: center;
}

#nav a {
    color: lime ;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#bottom-container {
    position: relative;
    bottom: 700px;
    font-family: monospace;
    white-space: pre;
    text-align: center;
    color: #0c0c0c8a;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #00000000;
    user-select: none;
}

#fire-animation {
    position: fixed;
    white-space: pre;
    font-family: monospace;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: rgb(49, 49, 49);
    z-index: 1;
    background-color: transparent;
    margin: 0;
    padding: 0;
    user-select: none;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#ascii-art {
    font-size: 16px;
    color: white;
    white-space: pre;
    text-align: center;
}
    
pre {
    background-color: #000000;
    padding: 0px;
    white-space: pre;
    padding: 0px;
    text-align: left;
}

#ascii-sky {
    position: absolute;
    top: 0;
    left: 0px;
    font-family: 'WebPlus_IBM_MDA', monospace !important;
    white-space: pre;
    white-space: pre;
    font-size: 16px;
    line-height: 16px;
    z-index: -1;
    background-color: #00000000;
    color: grey;
    user-select: none;
}

.splash-container {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.splash-text {
    font-size: 18px;
    white-space: nowrap;
    position: absolute;
    color: white;
}

a {
    color: rgb(126, 126, 255);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.test-internal {
    color: lime;
    text-decoration: none;
}

a.test-external {
    color: rgb(126, 126, 255);
    text-decoration: none;
}

a.test-lexica {
    color: rgb(216, 114, 216);
    text-decoration: none;
}

.animated-comment {
    animation: changeChar 1s infinite steps(1);
}