@font-face {
     font-family: "C64 Pro Mono Local";
     src: url("C64_Pro_Mono-STYLE.ttf") format("truetype");
}

.c64pm {
     font: normal 24pt/32px "C64 Pro Mono Local", verdana, helvetica, sans-serif;
     letter-spacing: 0px;
     padding: 0;
     margin: 0;
}

.px8 {
     font-size: 6pt;
     line-height: 8px;
}
.px16 {
     font-size: 12pt;
     line-height: 16px;
}
.px24 {
     font-size: 18pt;
     line-height: 24px;
}
.px32 {
     font-size: 24pt;
     line-height: 32px;
}
.px40 {
     font-size: 30pt;
     line-height: 40px;
}

body {
     background-color: #A0A0FF;
     padding: 4.5vw;
     font-family: C64 Pro Mono Local;
     font-size: 1.8vw;
     letter-spacing: .2vw;
}

.frame {
     background-color: #4040E0;
     height: 95%;
     padding: 1.5vw 0;
     color: #A0A0FF;
     text-transform: uppercase;
}

.heading {
     text-align: center;
     display: block;
     padding: 1.2vw 0;
}


#cursor {
     display: inline;
     margin: 0.2vw 0;
     width: 1.8vw;
     height: 1.8vw;
     background-color: #A0A0FF;
     animation: 1s blink step-end infinite;
}
@keyframes blink {
     from,
     to {
          background-color: rgba(0, 0, 0, .0);
          background-color: transparent;
     }
     50% {
          background-color: #A0A0FF;
     }
}

#c64 {
     left: 686px;
     top: 27px;
}

#comments {
     left: 1516px;
     top: 67px;
}

#comments .comments-content {
     font-family: C64 Pro Mono Local;
     color: green;
     word-wrap: break-word;
}

.comments-content .views {
     font-size: 7px;
}
.comments-content .rate {
     font-size: 7px;
}

.votes-per-voted {
     background: green;
}

.views-and-rate {
     letter-spacing: 0px;
}

#comments .comments-content ul {
     padding-left: 25px;
     font-size: 11px;
}

#comments .comments-content a {
     color: green;
}

.command {
     font-size: 12px;
     cursor: pointer;
     color: black;
     background-color: yellow;
     font-family: arial;
     letter-spacing: 0;
}

#comments .window-content-center {
     background-color: #222222;
}

#browser {
     left: 5px;
     top: 502px;
}

#browser_options {
     top: -50px;
}

.browser-url-options {
     display: flex;
     flex-direction: column;
     margin: auto;
     font-size: 14px;
}

.browser-url-options-row {
     display: flex;
}

.browser-url-options-row label {
     background-color: blue;
     color: lightblue;
}

.browser-url-options-row input {
     flex: 4;
     width: 500px;
}

#navigator {
     left: 1600px;
     top: 576px;
}

#navigator .filelist {
     width: 170px;
     height: 600px;
     overflow: scroll;
}


#cli {
     left: 50px;
     top: 1012px;
}

#forum {
     left: 660px;
     top: 702px;
}

body::-webkit-scrollbar {
     width: 1em;
}

body::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
     background-color: blue;
     outline: 1px solid #A0A0FF;
}