
/* ty for the syntax cumberland fonts!!!*/
/* Webfont: 8bitOperatorPlus */@font-face {
    font-family: '8bitOperatorPlus';
    src: url('8bitOperatorPlus-Bold.woff') format('woff'), /* Modern Browsers */
         url('8bitOperatorPlus-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {background-size: 100%; font-family: '8bitOperatorPlus', Verdana; color: #b5b5b5;}


/* mobile phone compatibility...*/
@media (width <= 621px) {
  body {background-size: 100%;}
}