@font-face
{
    font-family: "More Perfect DOS VGA";
    src:url("MorePerfectDOSVGA.ttf");
}

body,pre
{
	background-color: white;
    box-shadow: 0 0 32px white, 0 0 32px white, 0 0 32px white, 0 0 32px white, 0 0 32px white;
    margin: 0;
    padding: 0;
    color: black;
	font-family: 'More Perfect DOS VGA', sans-serif;
    overflow: hidden;
}

pre.ui
{
    background-color: gray;
    box-shadow: unset;
    margin: 0;
    padding: 0;
    color: white;
}

#about
{
    display: block;
    top: 20vh;
    position: relative;
    margin: auto;
    max-width: 512px;
}

#importantinfo
{
    display: block;
    top: 20vh;
    position: relative;
    margin: auto;
    max-width: 512px;
}

button
{
    margin: 0;
    height: 19px;
    font-size: 12pt;
    text-align: left;
    position: sticky;
    background-color: gray;
    color: white;
    display: flex;
    font-family: 'More Perfect DOS VGA', sans-serif;
    border: 0;
    cursor: pointer;
}
button.ui:hover
{
    background-color: silver;
    color: black;
}

#playfield
{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0vh;
    left: 0vw;
}

#file,#stats,#items,#about
{
    visibility: hidden;
}

#stats
{
    left: 32pt;
}

#items
{
    left: 73pt;
}

.ui
{
    margin: 0;
    position: sticky;
    background-color: gray;
    color: white;
    display: flex;
    font-family: 'More Perfect DOS VGA', sans-serif;
    z-index: 123456789;
}

.ui.dark
{
    box-shadow: 0 0 0px black;
    background-color: silver;
    color: black;
}

.menu
{
    width: auto;
    display: grid;
    position: absolute;
    padding: 0px 4px;
}

.bar
{
    margin: 4px;
    width: 128px;
    height: 12px;
    border: 2px solid white;
}

.bar.dark
{
    border-color: black;
}

.innerbar
{
    background-color: white;
    height: 12px;
    width: 64px;
}

.innerbar.dark
{
    background-color: black;
}

button.ui.dark:hover
{
    background-color: gray;
    color: white;
}

.object
{
    position: absolute;
    user-select: none;
    border-radius: 16px;
}

.dark
{
    border-color: gray;
	background-color: black;
    box-shadow: 0 0 32px black, 0 0 32px black, 0 0 32px black, 0 0 32px black, 0 0 32px black, 0 0 32px black;
    color: white;
}

.bgelements
{
    color: silver;
    z-index: -99999;
}

.bgelements.dark
{
    color: gray;
}

.itemholo
{
    background-color: unset;
    box-shadow: unset;
    color: silver;
    z-index: 12345678 !important;
    pointer-events: none;
}

.itemholo.dark
{
    color: gray;
}

.laser
{
    background-color: unset;
    box-shadow: unset;
    color: red;
    text-shadow: 0px 0px 8px red, 0px 0px 8px red;
}
