@font-face {
  font-family: cyber;
  src: url(Blogger\ Sans-Medium.otf);
}
@font-face {
  font-family: cyber2;
  src: url(BloggerSans.ttf);
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(network2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .Stop {
  overflow: hidden;
}
body .Stop .warning-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: cyber;
  color: black;
  font-size: 24px;
  width: 80%;
  max-width: 600px;
}
@media screen and (max-width: 1080px) {
  body .Stop .warning-message {
    display: block;
  }
  body .Stop .nadpis,
  body .Stop .hesla,
  body .Stop .utoky,
  body .Stop .virusy,
  body .Stop .sifrovanie {
    display: none;
  }
}
body .Stop .nadpis {
  font-family: cyber;
  position: absolute;
  top: 41%;
  left: 35.3%;
  text-align: center;
  color: white;
}
body .Stop .nadpis h1 {
  font-size: 39px;
}
body .Stop .nadpis h2 {
  font-size: 26px;
}
body .Stop a {
  font-size: 28px;
  font-family: cyber2;
  color: white;
  padding: 4px;
  text-decoration: none;
}
body .Stop a:hover {
  text-decoration: underline;
}
body .Stop .hesla {
  position: absolute;
  top: 81.4%;
  font-size: 135%;
  left: 16.8%;
}
body .Stop .utoky {
  position: absolute;
  top: 68.3%;
  font-size: 135%;
  left: 77%;
}
body .Stop .virusy {
  position: absolute;
  top: 14%;
  font-size: 135%;
  left: 72.5%;
}
body .Stop .sifrovanie {
  position: absolute;
  top: 29.8%;
  font-size: 135%;
  left: 19.5%;
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=index.css.map */