@font-face {
    font-family: 'TRS-80 Color Computer';
    src: url('TRS-80-Color-Computer.woff2') format('woff2'),
        url('TRS-80-Color-Computer.woff') format('woff'),
        url('TRS-80-Color-Computer.ttf') format('truetype'),
        url('TRS-80-Color-Computer.svg#TRS-80-Color-Computer') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	border: 0;
	margin: 0;
	padding: 0;

	font-family: 'TRS-80 Color Computer';
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background-color: #99ff99;
	font-family: 'TRS-80 Color Computer';
}

#red {
	background-color: red;
	height: 25px;
}

#orange {
	background-color: orange;
	height: 25px;
}

#yellow {
	background-color: yellow;
	height: 25px;
}

#green {
	background-color: green;
	height: 25px;
}

#blue {
	background-color: blue;
	height: 25px;
}

#purple {
	background-color: purple;
	height: 25px;
}

#screen {
	background-color: #00ff00;
	color: #183018;
	width: 512px;
	height: 485px;
	margin: auto;
	position:relative; 
	top: 50px;
	overflow:none;
	overflow-x:hidden;
	font-family: 'TRS-80 Color Computer';
}


#bgscreen {
	background-color: black;
	width: 612px;
	height: 585px;
	margin:auto;
}

#page {
	width: 712px;
	height: auto;
	margin: auto;
	position: relative;
	top: 35px;
}

