@font-face {
font-family: "Coolvetica";
font-style: normal;
font-weight: 400;

src: local("Coolvetica"),
   url('COOLVETI.ttf') format('truetype'),
   url("COOLVETI.woff") format("woff");
}
  body {
    background-image: url('https://blinchik.nekoweb.org/img/space.gif');
    font-family: 'Coolvetica';
    max-width: 1024px;
    margin: auto;
  }
  a {
    color: Yellow;
  }
  marquee.red {
    background-color: DarkRed
  }
  j {
    color: Yellow
  }
  z {
    background-color:#1b1f1f;
  }
  .left { float: left }
  .right { float: right }
  img.menu {width:50%; height: auto;}
  .full { max-width: auto; }
  fieldset.no {
    border:none; padding: 0;
  }
  .footer {
    position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; color:white
  }
@media (max-width: 767px) {
    .styleName {
        display:none;
    }
}