html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
}

.box {
  padding: 20px;
  font-size: 1.5rem;
}

.top {
  background-color: rgb(24, 24, 27);
  height: 10%;
  width: 100%;
  color: white;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  text-shadow: 
    0 0 5px rgb(255, 255, 255),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgb(255, 255, 255),
    0 0 40px rgb(255, 255, 255);
}

.logo img {
  width: 60px;
  height: auto;
  filter: drop-shadow(0 0 10px rgb(255, 255, 255));
}

.logo a.no-underline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.menu a.no-underline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.nightcity:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.mapa:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.sklep:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.regulamin:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.logo2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: auto;
}

.logo2 img {
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 5px white);
}

.logo2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}


.second {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url("../grafiki/tlo.png") repeat;
  background-size: auto;
  background-position: bottom left;
  z-index: 1;
}


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background-color: rgb(24, 24, 27);
  color: rgb(156, 163, 175);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  z-index: 10;
}

.rok, .nisakikg {
  display: block;
}



.second {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url("../grafiki/tlo.png") repeat;
  background-size: auto;
  background-position: bottom left;
  z-index: 1;
}

.shop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 600px;
  background-color: rgb(24, 24, 27);
  border: 2px solid rgb(156, 163, 175);
  padding: 20px;
  color: white;
  z-index: 2;
}

/* NightCity */
.nc {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  text-align: center;
  text-shadow: 
    0 0 5px rgb(255, 255, 255),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgb(255, 255, 255),
    0 0 40px rgb(255, 255, 255);
}

.wersja {
  position: absolute;
  top: 35%;
  left: 10%;
  font-size: 50px;
}

.wersja2 {
  position: absolute;
  top: 35%;
  right: 10%;
  font-size: 40px;        /* zmniejszone */
  color: rgb(97, 99, 104);
}

.IP {
  position: absolute;
  top: 50%;
  left: 10%;
  font-size: 50px;
}

.IP2 {
  position: absolute;
  top: 50%;
  right: 10%;
  font-size: 40px;        /* zmniejszone */
  color: rgb(97, 99, 104);
}

.mod {
  position: absolute;
  top: 65%;
  left: 10%;
  font-size: 50px;
}

.mod2 {
  position: absolute;
  top: 65%;
  right: 10%;
  font-size: 40px;        /* zmniejszone */
  color: rgb(97, 99, 104);
}