/* CSS Document */
@font-face {
  font-family: "C64_Pro_Mono-STYLE";
  src:
    local("C64_Pro_Mono-STYLE"),
    url("C64_Pro_Mono-STYLE.otf") format("opentype"),
    url("C64_Pro_Mono-STYLE.woff") format("woff");
}
*{text-transform: uppercase; font-size: 30px;}
html, body{padding: 0;margin: 0; color:#867ade; font-family: "C64_Pro_Mono-STYLE";font-weight: 100;height: 100%;}
main{background-color: #483aaa; border: solid #867ade; border-width: 130px 122px;padding: 0px; margin: 0; box-sizing: border-box; height: 100%;overflow: auto;position: relative}

p{margin: 1px}
a{text-decoration: none; color: #9351b6}
img{margin: 0;padding: 0}

h1,h2,h3,h4{text-align: center; margin-top:30px;margin-left:1px;line-height: 31px;font-weight: normal}
h1::before {content: "**** ";}
h1::after {content: " Basic V2 ****";}
h2::before{content: "64K RAM System\0000a0\0000a038911 Basic Bytes Free";}
h3,h4{text-align: left}
h3::before{content: "Ready\Aload'website,8,1";white-space: pre-wrap}
h4{text-align: left}
h4::before{content: "Searching For website\Aloading\Aready.\Alist";white-space: pre-wrap}

avatar{position:absolute;right: 30px; bottom:30px;margin:0;padding: 0; background: url("Zerf64.png"); background-size: cover; width: 128px; height: 128px}
content{}

@media only screen and (max-width: 1500px) {
	*{text-transform: uppercase; font-size: 20px;}
	h1,h2,h3,h4{text-align: center; margin-top:20px;margin-left:1px;line-height: 21px;font-weight: normal}
	h3,h4{text-align: left}
}
@media only screen and (max-width: 1100px) {
	*{text-transform: uppercase; font-size: 15px;}
	h1,h2,h3,h4{text-align: center; margin-top:15px;margin-left:1px;line-height: 16px;font-weight: normal}
	h3,h4{text-align: left}
	main{background-color: #483aaa; border: solid #867ade; border-width: 65px 61px;padding: 0px; margin: 0; box-sizing: border-box; height: 100%;overflow: auto;position: relative}
}

@media only screen and (max-width: 850px) {
	*{text-transform: uppercase; font-size: 10px;}
	h1,h2,h3,h4{text-align: center; margin-top:10px;margin-left:1px;line-height: 10px;font-weight: normal}
	h3,h4{text-align: left}
}
