@font-face {
    font-family: "Commodore 64";
    src: url('../font/c64.TTF') format('truetype');
	
}

body {
    margin: 0px;
    min-height: 100%;
    width: 100%;
}

html {
    margin: 0px;
    height: 100%;
    width: 100%;
    min-height: 100%;
}

#c64light {
    position: absolute;
    margin: 0px;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    background-color: #8E8BE1;
}

span {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: pre;
    display: block;
}

#center { text-align: center; }

#c64dark {
    position: absolute;
    top: 5vh;
    left: 10vh;
    right: 10vh;
    bottom: 5vh;
    background-color: #332AB6;
    
    font-family: "Commodore 64";
    font-size: 2.5vw;
    color: #8E8BE1;
}

#menu {
  font-family: perfdos;
  font-size: 12pt;
  background: transparent;
  border: none;
  width: 100%;
  color: #a8a8a8;
}
