* {
    image-rendering: pixelated;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background-color: #000000;
}

body,
html,
#root {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#root {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@font-face {
    font-family: 'ModernDOS';
    src: url('/assets/fonts/ModernDOS8x16.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ms_sans_serif';
    src: url('/assets/fonts/ms_sans_serif.woff2') format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ms_sans_serif';
    src: url('/assets/fonts/ms_sans_serif_bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'CSMS_FALLBACK';
    src: url('/assets/fonts/Comic Sans MS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CSMS_FALLBACK';
    src: url('/assets/fonts/Comic Sans MS.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'CSMS_FALLBACK';
    src: url('/assets/fonts/Comic Sans MS.ttf') format('truetype');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'CSMS_FALLBACK';
    src: url('/assets/fonts/Comic Sans MS.ttf') format('truetype');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'TNR_FALLBACK';
    src: url('/assets/fonts/timesnewromanpsmt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CN_FALLBACK';
    src: url('/assets/fonts/courier/couriernew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CN_FALLBACK';
    src: url('/assets/fonts/courier/couriernewbolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CN_FALLBACK';
    src: url('/assets/fonts/courier/couriernewbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'CN_FALLBACK';
    src: url('/assets/fonts/courier/couriernewitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body, input, select, textarea {
    font-family: 'ms_sans_serif', sans-serif;
}