.zombz{ 
  background-image: url("../imz/compooter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
z-index: 100!important;
}
.zombz{width:100%; height:100%; position:absolute; bottom:0!important;}
.ftz{position: absolute; padding: 2%; font-size: 2rem; color: #ffffff; bottom: 0px!important; left: 30%!important; background-color: rgba(200,260,160,30);}
        
    @font-face {
  font-family: 'Audiowide', cursive;
}

body {
  background-color: #141114;
  background-image: linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px),
    linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
}

.sign {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #7aca7e,
    transparent
  );
  transform: translate(-50%, -50%);
  letter-spacing: 2;
  left: 50%;
  top: 50%;
font-family: 'Audiowide', cursive;
    text-transform: uppercase;
  font-size: 6em;
  color: #a3ffdc;
  text-shadow: 0 0 0.6rem #a3ffdc, 0 0 1.5rem #00e890,
    -0.2rem 0.1rem 1rem #00e890, 0.2rem 0.1rem 1rem #00e890,
    0 -0.5rem 2rem #00ff0c, 0 0.5rem 3rem #00ff0c;
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #a3ffdc;
    text-shadow: 0 0 0.6rem #a3ffdc, 0 0 1.5rem #00e890,
      -0.2rem 0.1rem 1rem #00e890, 0.2rem 0.1rem 1rem #00e890,
      0 -0.5rem 2rem #00ff0c, 0 0.5rem 3rem #00ff0c;
  }
  28%,
  33% {
    color: #00e890;
    text-shadow: none;
  }
  82%,
  97% {
    color: #00ff0c;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #7aca7e;
    text-shadow: none;
  }
  100% {
    color: #a3ffdc;
    text-shadow: 0 0 0.6rem #a3ffdc, 0 0 1.5rem #00e890,
      -0.2rem 0.1rem 1rem #00e890, 0.2rem 0.1rem 1rem #00e890,
      0 -0.5rem 2rem #00ff0c, 0 0.5rem 3rem #00ff0c;
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 575.98px) { .sign{font-size: 3rem!important;   background-image: radial-gradient(
    ellipse 40% 15% at 50% 50%,
    #7aca7e,
    transparent
  )!important;
    width: 100%;
  height: 100%;}}

Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { .sign{font-size: 4rem!important; } }

Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { .sign{font-size: 5rem!important; } }

Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { .sign{font-size: 6rem!important; } }
