@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.neocities.org/img/space.gif');
    font-family: 'Coolvetica';
    max-width: 1024px;
    margin: auto;
  }
  a {
    color: Yellow;
  }
  marquee.red {
    background-color: DarkRed
  }
  j {
    color: Yellow
  }
  whi {
    color: white
  }
  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;
    }
}

.nav-link {
  display: block;
  text-decoration: none;
  background-color: #1b1f1f;
  padding: 1px;
}

a:hover.nav-link {
    background-color: #5b5f5f;
}

#nav-start {
    border-bottom: 1px Solid;
    border-color: white
}


.alert {
  -webkit-box-shadow: 0px 12px 23px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 12px 23px -14px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 4px;
  margin: 10px 0 0 0;
  font-weight: 501;
  font-size: 18px;
  border: 1px solid #000;
  color: #000;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
  background: linear-gradient(to bottom, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
}
.alert-warning {
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  color: #000;
}
.alert-error {
  background: -webkit-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%);
  background: linear-gradient(to bottom, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%);
  color: #fff;
}