@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: white;
    background-color: rgb(0, 0, 0);
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    cursor: default;
}

.full-screen-tonietutajez {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
}

@keyframes ogcat {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}   

.main {
    position: absolute;
    width: 40vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

.main-mhm {
    animation: ogcat 0.6s ease-out forwards;
}

.wrap {
    position: absolute;
    bottom: 1%;
    background-color: rgb(2, 2, 2);
    height: 8vw;
    width: 60%;
    border-radius: 0.5vw;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid rgb(5, 5, 5);
}

.wrap-game {
    position: absolute;
    width: 10vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: first baseline;
    left: 10%;
    flex-direction: column;
}

.sss-ogmozecostenseks {
    position: absolute;
    top: 20%;
    background-color: rgb(2, 2, 2);
    height: 10vw;
    width: 60%;
    border-radius: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid rgb(5, 5, 5);
}

.gra {
    font-size: 0.7vw;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.842);
}

.gra-tytul {
    font-size: 1vw;
    font-weight: 700;
    color: rgb(220, 255, 213);
}

.avatar {
    position: absolute;
    right: 5%;
    width: 6vw;
    height: 6vw;
    border: 0.1vw solid rgb(5, 5, 5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5vw;
    overflow: hidden;
    background-color: rgb(2, 2, 2);
}

.cwel {
    width: 100%;
}

.info {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 36%;
    width: 15vw;
    height: 3vw;
    display: flex;
    justify-content: left;
    align-items: center; 
    gap: 0.5vw;
    font-size: 0.9vw;
    font-weight: 700;
}

.desc {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    left: 36%;
    width: 15vw;
    height: 3vw;
    display: flex;
    justify-content: left;
    align-items: first baseline; 
    gap: 0.5vw;
    font-size: 0.7vw;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.678);
}


.tag {
    color: rgba(255, 255, 255, 0.678);
    font-size: 0.7vw;
    top: 50%;
    font-weight: 500;
}

.avatargosciaogcata {
    left: 5%;
    width: 6vw;
    height: 6vw;
    border: 0.1vw solid rgb(5, 5, 5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    overflow: hidden;
    background-color: rgb(2, 2, 2);
    transition: border-radius 0.3s ease;
}

.fortnite {
    position: absolute;
    display: flex;
    left: 5%;
    border-radius: 1vw;
    padding: 1%;
    transition: border-radius 0.3s ease;
}

.fortnite:hover {
    border-radius: 3vw;
}

.avatargosciaogcata:hover { 
    border-radius: 3vw;
} 

.omg1 {
    position: relative;
    color:#8d8b8b;
    text-decoration:none;
    font-size:1.2vw;
    margin:1vw 0.5vw;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0.8vw 1.6vw;
    border:0.1vw solid rgb(5, 5, 5);
    border-radius: 0.5vw;
    transition:all .3s ease;
    min-width: .7vw;
    max-width: .7vw;
    min-height: .5vw;
    max-height: .5vw;
    background-color: rgb(2, 2, 2);
    overflow: hidden;
    z-index: 1;
    bottom: -80%
}

.omg1:hover {
    border: 0.1vw solid rgb(15, 15, 15);
    background-color: rgb(4, 4, 4);
    transform: scale(1.1);
}


.cte{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    backdrop-filter:blur(8px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1000;
    cursor:pointer;
    transition:opacity .5s ease;
}
    
.cte-cwel{
    font-family:'Poppins',sans-serif;
    font-weight:500;
    color:#fff;
    font-size:3vw;
    text-align:center;
    user-select:none;
}

.fade-out{
    opacity:0;
    pointer-events:none;
}

#siusiak {
    position: relative;
    display: flex;
    width: 0.5vw;
    height: 0.1vw;
}

#pipa {
    position: relative;
    z-index: 10;
    margin-top: 5.3vw;
    cursor: pointer;
}



