body{
    background-image: url('/assets/kep/sewerbackground.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.wires-right {
      position:fixed;
      top:0;
      right:0;
      z-index:9999;
      pointer-events:none;
      display:flex;
      justify-content:flex-end;
      width:800px;
      height:1000px;
      animation:none;
    }
    
    .wires-right img {
      height:auto;
      max-width:100%;
      display:block;
    }
    
    .wires-left {
      position:fixed;
      top:0;
      left:-10px;
      z-index:9998;
      pointer-events:none;
      display:flex;
      justify-content:flex-end;
      width:550px;
      height:900px;
      animation:none;
    }
    
    .wires-left img {
      height:auto;
      max-width:100%;
      display:block;
    }

    .background{
        width: 90%;
        height: 90%;
        margin: auto;
        box-sizing: border-box;
    }

.window-body{
    overflow-y: auto;
    background-image: url("https://files.catbox.moe/xxk1gp.jpg");
    background-size: cover;
    background-attachment: none;
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.text p{
    font-family: serif;
    font-size: 20px;
    color: whitesmoke;
}

.text{
    height: 100px;
    width: 98%;
    background-color: rgba(179, 179, 179, 0.247);
    border: 2px solid rgb(77, 77, 77);
    border-radius: 5px;
    margin: 5px auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rajzok{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 5px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.rajzok img{
    height: 300px;
    width: auto;
}

.hm{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.hm img{
    height: 300px;
    width: auto;
}

.hm p{
    color: whitesmoke;
    font-size: 15px;
}

.flexdans {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin: 10px auto;
}


.flexdans img {
  height: 300px;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  display: block;
  pointer-events: auto;
  -webkit-user-drag: auto;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #69696971; 
}

::-webkit-scrollbar-thumb {
  background: rgb(75, 75, 75);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(177, 177, 177);
}

.bruh{
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

#gomb{
  position:relative;
  right: 0;
  margin: 0 5px 5px 0;
}

#tooltip{
  position: absolute;
}

.tooltip{
    width: 100px;
    height: auto;
    margin: 5px 10px 0 0;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.flexdans img,
.rajzok img {
  pointer-events: auto;
  -webkit-user-drag: auto;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap .watermark {
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 12px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  user-select: none;
}


