  body {
    background-image: url("https://files.catbox.moe/hfh2u2.PNG");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        font-family: 'Inconsolata', 'Montserrat', sans-serif;
        z-index: -2;
}

body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: -1;
        pointer-events: none; /*background*/
    }
    
    .kep img {
        width: 1800px;
        height: 1500px;
        z-index: 3;
        left: 50px;
        position: absolute;
        display:inline-block;
        filter:drop-shadow(0 0 30px #080a08);
    }    
      
     .kep::before { /*a feher glow*/
        content:"";
        z-index:10;
        position:fixed;
        top:0;
        left:0;
        width:100vw;
        height:100vh;
        filter: brightness(1);
        pointer-events:none;
     }
    

    .kep {/* en NEM tuodm ez mit cisnal */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3; 
    }
    
    .transbox-glow { /* vagy a fekte glow vagy feher de sztem fekete ideka*/
      background: rgba(255, 255, 255, 0);
      padding:20px;
      border-radius:15px;
      box-shadow: 0 0 50px 10px rgba(221, 222, 237, 0.8);
      z-index:10;
      position:relative;
      top:150px;
      left:520px;
      width:734px;
      height:520px;
      pointer-events:none;
    }
    
    .screencontainer {
      width:790px;
      height:580px;
      background: #34414a url("https://files.catbox.moe/cns7kl.PNG") no-repeat center center;
      background-size:cover;
      position:absolute;
      top:138px;
      left:520px;
      z-index:1;
    }
    
    
    .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;
    }

.top {
    background-image:url("https://files.catbox.moe/7izpya.png");
    background-size: cover;
    height:200px;
    width: 800px;
    max-width: 100%;
    max-height: 100%;
}

.cont {
    display:flex;
    flex-direction:column;
    align-items:center;
    width: 800px;
    margin: 0 auto;
}

.links {
    background-image: url("https://files.catbox.moe/rsucf9.gif");
    display:flex;
    justify-content:space-evenly;
    padding:3px 0;
    width:800px;
    margin:0 0 5px 0;
    list-style: none;
    font-size: 15px;
    gap:5px;
    flex-wrap: wrap;
    max-width: 100%;
    font-weight: bold;
}

.links li {
  display: flex;
  align-items: center;
  color: blue;
}

.links a {
    text-decoration: none;
    color: black;
}

.left {
    display:flex;
    flex-direction:column;
    box-sizing: border-box;
    width: 300px;
    margin-right: 60px;
}

.right {
    display:flex;
    flex-direction:column;
    box-sizing: border-box;
    min-width: 0;
    width: 400px;
    padding-left: 30px;
}

.profile { /* background*/
    display:flex;
    flex-direction:row;
    background: linear-gradient(to bottom, rgba(25, 0, 255, 0), rgba(1, 3, 31, 0.678)),
    url("https://files.catbox.moe/pp4pst.gif");
    /*background-image: url("https://files.catbox.moe/ygs7qn.gif");
    background-color: rgba(209, 7, 0, 0.5);*/
    /*border: ridge 10px rgb(29, 5, 2),rgb(124, 60, 52) ;*/
    border-radius: 5px;
    justify-content:flex-start;
    width: 100%;
    box-sizing: border-box;
}

.profilepic img {
    width:250px;
    height:auto;
    display: block;
}

.profilepic{
    border: solid 5px rgba(126, 206, 222, 0.2); 
    width: 250px;
    height: auto;
}

.genabout {
    display:flex;
    flex-direction:row;
    padding:5px;
}

.details p {
    padding:5px;
}

.details p {
    padding:5px;
    color: #50a6f7;
    width: 80px;
}

.laston{
    color: #7ecede;
}

.name p {
    padding:0 5px 5px 5px;
    margin: 10px 0 5px 0;
    font-size: 40px;
    font-weight: bold;
    color: #7ecede;
    text-shadow: 2px 2px 0 rgb(0, 60, 255);
}

.user {
    font-size: 20px;
    color: #7ecede;
    text-shadow: 2px 2px 0 rgb(0, 60, 255);
}

.mood p{
    font-size: 20px;
    color: #50a6f7;
}

.mood{
    height: 30px;
    width: 300px;
    margin-top: -20px;
    margin-left: 5px;
    margin-bottom: -5px;
}

.erzes{
    font-size: 20px;
    color: #7ecede;
}

p {
    font-family: 'Inconsolata';
}

.stampok img {
    width:99px;
    height:56px;
    margin-bottom: 5px;
}

.stampok {
    margin: 5px;
    background-color:#060038;
    box-shadow: 5px 5px #7ecede;
    padding-top: 5px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:350px;
    max-height:200px;
    overflow-y:auto;
    justify-content: space-evenly;
    align-items: space-evenly;
}

.interest {
    display:flex;
    flex-direction:column;
    background-color: rgb(6, 0, 56);
    box-shadow: 5px 5px rgb(126, 206, 222);
    margin:5px;
    width: 350px;
    height: 400px;
}

.heading {
    font-size: 25px;
    font-weight: bold;
    height: 10px;
    line-height: 20px;
    color: #7ecede;
    text-shadow: 2px 2px 0 rgb(0, 60, 255);
    margin: 5px 5px 15px 5px;
}

.inside {
    background-color:rgb(6, 0, 56);
    display:flex;
    justify-content:space-between;
}

.liker {
    padding:5px;
    margin:5px;
    background-color:rgb(15, 13, 82);
    max-height: 100%;
    max-width: 170px;
}

.noliker {
    padding:5px;
    margin:5px 5px 5px 0;
    background-color:rgb(15, 13, 82);
    max-height: 100%;
    max-width: 170px;
}

.liker p, .noliker p{
    font-size: 15px;
    color: #50a6f7;
}

.funt img {
    width:400px;
    height:40px;
    margin:5px;
}

.about {
    background-color:rgb(6, 0, 56);
    box-shadow:5px 5px #7ecede;
    width:400px;
    height:240px;
    display:flex;
    flex-direction:column;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:5px;
}

.aboutinside{
    background-color: rgb(6, 0, 56);
    overflow-y: auto;
}

.aboutinside p{
    color: #50a6f7;
    font-size: 15px;
    margin-top: 0px;
}

.friends {
    display:flex;
    flex-direction:column;
    background-color:rgb(6, 0, 56);
    box-shadow:5px 5px #7ecede;
    margin:5px;
    width: 400px;
}

.friendsinside {
    background-color:rgb(6, 0, 56);
    box-shadow:5px 5px #7ecede;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:400px;
    gap:5px;
    padding:5px 0 5px 0;
}

.friendsinside img {
    width:120px;
    height:auto;
    margin:5px;
}

.person {
    display:flex;
    flex-direction:column;
}

.person p {
    text-align:center;
    margin-top:5px;
    color: #50a6f7;
    font-size: 15px;
    font-weight: bold;
}

.labas {
    background-image: url("https://files.catbox.moe/rsucf9.gif");
    background-size: cover;
    background-position: center 40%;
    width:800px;
    height:90px;
    margin-top:5px;
}

  .teteje {
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

.elottikep {
  margin: 5px;
}

.background { /* HA POSSITIONED FURAN, ERRE*/
  width: 830px;
  max-width: 900px;
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  flex-direction: column;
  top: 80%;
  left: 50%;
}

.window-body {
    background-color: #040938;
}

.thlink { /* //TODO: base coor of this*/
  width: 340px;
  height: 70px;
  background-color: rgb(6, 0, 56);
  box-shadow: 5px 5px rgb(126, 206, 222);
  margin: 20px 5px 5px 5px;
}

.thlink p{ /* //TODO: TEXTT*/
    color: #7ecede;
    font-size: 20px;
    text-shadow: 2px 2px 0 rgb(0, 60, 255);
    margin-top: 10px;
    margin-left: 10px;
}

.blogcont{ /* BLOG SIZEEEEEEEEEEE*/
    background-color: rgb(6, 0, 56);
    box-shadow: 5px 5px #7ecede;
    margin: 5px;
    height: auto;
    overflow: visible;
    width: 400px;
}

.bloginside{
    overflow-y:auto;
    height: 100px;
    background-color: rgb(6, 0, 56);
}

.bloginside p{
    color: #50a6f7;
    font-size: 15px;
    margin-top: 0px;
}

.lepkeref img {
      display: block;
      width: 100%;
      height: 100%;
    }
    
    .lepkeref {
      width: 100px;
      height: auto;
      position: absolute;
      z-index: 120;
      right: 850px;
      bottom: 100px;
    }

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00072777;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00407c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003ab8;
}