<style>
html {
  background-color: black;
}


* {
  box-sizing: border-box;
}

body {
                font-family: 'VCR_OSD_MONO' ; 
                color: #000000;
                padding-top: 0px;
}

    }

            @font-face {
                font-family: Slabo27px-Regular;
                src: url('https://wintersolcticezero.neocities.org/FONTS/Slabo27px-Regular.ttf');
            }

           @font-face {
    font-family: 'Agenda-Regular';
    src:url('fonts/Agenda-Regular.ttf.woff') format('woff'),
        url('fonts/Agenda-Regular.ttf.svg#Agenda-Regular') format('svg'),
        url('fonts/Agenda-Regular.ttf.eot'),
        url('fonts/Agenda-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
               
            }
            
                @font-face {
                font-family: VCR_OSD_MONO;
                src: url('https://wintersolsticezero.neocities.org/FONTS/VCR_OSD_MONO_1.001.ttf');
                font-weight: bold;
            }
                    
            @font-face {
                font-family: tahomabd;
                src: url('fonts/tahomabd.ttf');
                font-style: normal;
            }

             @font-face {
                font-family: tahomabd;
                src: url('fonts/tahomabd.ttf');
                font-style: normal;
            }

             @font-face {
                font-family: RockIt;
                src: url('fonts/RockIt.ttf');
                font-style: normal;
            }






 @font-face {
                font-family: DOS;
                src: url('fonts\ModernDOS8x8.ttf');
                font-weight: bold;
            }

a {
  color: black;
  background-color: whitesmoke;
  font-weight: bold;
text-align: center;
}


/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: grey;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
background: grey;
}

/* Right column */
.rightcolumn {
  float: right;
  width: 25%;
  padding-left: 0px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 0px;
    background: black;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

 </style>