@font-face {
    font-family: VCR;
    src: url('VCR.ttf') format("truetype");
    
}

html {
    background-image: url('transbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    image-rendering: pixelated;


    font-family: "VRC Sans";
    
  }


  .title {
    font-size: 50px;
    font-family: VCR;
  }


  .tags {
    width: 10px;
    height: 10px;
  }

  