@font-face {
    font-family: 'vt323';
    src: url('/fonts/lzayoi.ttf') format('truetype');
}

*::selection {
    background: #555555;
    text-shadow: none;
}

html, body{
    line-height: 28px;
    letter-spacing: 0;
    margin: 0;
    padding: 15px 15px 0;
    min-width: 1000px;
    background: #080808;
    font-family: 'vt323', sans-serif, monospace;
    color: #33FF00;
    font-size: x-large;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar, body::-webkit-scrollbar-corner {
    display: none;
}

a{
    color: inherit;
}

img{
	max-height:600px;
	max-width:800px;
	height: auto;
	width: auto;
}

#commandLine{
    margin-right: 0;
}

#commandLineInput {
    padding: 0;
    margin: 0;
    color: inherit;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    border-style: none;
    width: min-content;
    outline: none;
    caret-color: transparent;
    line-height: inherit;
    letter-spacing: inherit;
    max-lines: 1;
}

#commandLineInput::selection {
    background-color: #ffcc00;
    color: #333;
}

#commandLineInput::-moz-selection {
    background-color: #ffcc00;
    color: #333;
}

#commandLineInput:focus-visible {
    border-style: none;
}

#cligno {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    background: repeating-linear-gradient(90deg,rgba(255,0,0,0.08) 0px 1px,rgba(0,255,0,0.08) 1px 2px ,rgba(0,0,255,0.08) 2px 3px),repeating-linear-gradient(0deg,transparent 0px 1px, rgba(0,0,0,0.4) 1px 2px);
    opacity:0;
    pointer-events:none;
    animation:flicker 0.02s infinite;
}

@keyframes flicker{
    0%{opacity:1}
    100%{opacity:1}
}

#commandCursor {
    font-size: inherit;
    margin-left: 0px;
    animation: cursorAnimation 1s step-end infinite;
}

@keyframes cursorAnimation {
    from,
    to {
        opacity: 0%;
    }
    50% {
        opacity: 100%;
    }
}

.title-container {
    display: inline-block;
}

.goat-ascii {
    width: 350px;
}

.error-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    word-wrap: anywhere;
}

.error-image {
    border-radius: 50%;
    height: 400px;
    opacity: 0.9;
}

#dosbox {
    width: 100%;
    height: 100%;
}

.dosbox-container { width: 80%; height: 100%; margin: auto; margin-top: 10px;}
.dosbox-container > .dosbox-overlay { background: #080808; }
.dosbox-canvas { width: 100%; margin:0; margin-top: 10px; }
.dosbox-start { color: #33FF00 !important; font-weight: 800;}
.dosbox-powered { display: none; }
.dosbox-start { text-decoration: none !important;}
.dosbox-loader::before { color: #33FF00 !important; }
.dosbox-loader-message { color: #33FF00 !important; }
.st-loaded { color: #33FF00 !important; }
.equal { color: #33FF00 !important; }

.main {
    margin-right: auto;
    margin-left: 0px;
    width: 500px;
    height: 500px;
    border-style: dotted;
}

.secondary {
    position: absolute;
    border-style: dotted;
    box-sizing : border-box;
    top: 550px;
    padding: 5px;
    width: 506px;
    height: 205px;
}

.flex-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 50px;
    padding-right: 50px;
    gap: 40px;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}

.flex-reduced {
    margin-top: 0px;
}
