* {
	font-family: "Glass TTY VT220", Dotum, Roboto, "American Typewriter";
	color: white;
}

@font-face {
    font-family: 'Glass TTY VT220';
    src: url('https://res.cloudinary.com/djtycby9b/raw/upload/v1629342612/Glass_TTY_VT220.eot');
    src: url('https://res.cloudinary.com/djtycby9b/raw/upload/v1629342612/Glass_TTY_VT220.eot?#iefix') format('embedded-opentype'),
        url('https://res.cloudinary.com/djtycby9b/raw/upload/v1629342611/Glass_TTY_VT220.woff2') format('woff2'),
        url('https://res.cloudinary.com/djtycby9b/raw/upload/v1629342611/Glass_TTY_VT220.woff') format('woff'),
        url('https://res.cloudinary.com/djtycby9b/raw/upload/v1629342612/Glass_TTY_VT220.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    background-color: black;
}

*::selection {
	background-color: white;
}

#terminal {
    margin: 3px;
    height: auto;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

tr {
    /* height: 0px; */
    transition: height 1s;
}

td {
	width: auto;
}

/* .show {
    height: 5px !important;
} */

.commandline {
	display: table-cell;
	padding: 0px !important;
	margin: 0px !important;
	width: 95%;
	border: 0px;
	background-color: black;
	font-size: 20px;
	font-weight: bold;
	outline: none;
}