body,html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1500px;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #111;
}
a{
    transition: color 0.2s ease;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background: #1f1f1f;
}
::-webkit-scrollbar-thumb{
    background: #8844dd;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background: #a055ff;
}
#BlackDiv1{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: black;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease,
    opacity 0.5s ease;
    z-index: 9999;
}
#Intro1{
    position: absolute;
    top: 520px;
    left: 25%;
    transform: translate(-50%,-50%);
    background-color: #383838;
    width: 45%;
    height: 400px;
    border-radius: 25px;
    color: white;
    display: flex;
    justify-content: center;
}
#Intro2{
    position: absolute;
    top: 520px;
    left: 75%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    color: white;
    width: 45%;
    height: 400px;
    background-color: #383838;
    border-radius: 25px;
}
#title{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: rgb(0,0,0,0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 9000;
}
#div1{
    position: absolute;
    top: 1390px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #383838;
    width: 90%;
    height: 150px;
    border-radius: 25px;
}
#image3{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%,-50%);
    height: 80%;
}
#image1{
    position: absolute;
    left: calc(50% - 70px);
    height: 80%;
}
#text1{
    position: absolute;
    left: calc(50% + 70px);
    transform: translateX(-50%);
    color: white;
    font-size: 30px;
    font-weight: 200;
}
#text2{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 200;
    color: white;
    white-space: nowrap;
}
#text3{
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 15px;
    font-weight: 200;
}
#text4{
    position: absolute;
    font-size: 30px;
    font-weight: 200;
}
#text5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    font-size: 15px;
    font-weight: 200;
}
#text6{
    position: absolute;
    font-size: 30px;
    font-weight: 200;
}
#text7{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    font-size: 15px;
    font-weight: 200;
}
#text8{
    position: absolute;
    top: 750px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 30px;
    font-weight: 200;
}
#text9{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    font-weight: 200;
    color: white;
    white-space: nowrap;
}
#text10{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 20px;
    white-space: nowrap;
}
#text10 a{
    text-decoration: none;
    color: rgb(183, 0, 255);
}
#text10 a:active{
    color: rgb(223, 143, 255)
}
#text11{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 15px;
}
#btn1{
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 160px;
    height: 50px;
    border: none;
    background-color: rgb(66, 0, 92);
    border-radius: 20px;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease,
    transform 0.3s ease;
}
#btn1:hover{
    background-color: rgb(141, 0, 197);
    transform: translate(-50%,-50%) scale(1.2);
}
#image2{
    position: absolute;
    top: 55%;
    left: 80%;
    transform: translate(-50%,-50%);
    height: 80%;
}
#span1{
    position: absolute;
    margin-left: 15px;
}
#video1{
    position: absolute;
    top: 1050px;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 40%;
    border-radius: 25px;
}
#ghvswebtpc-desktop{
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(255, 254, 255);
    text-decoration: none;
}
#ghvswebtpc-desktop:hover{
    color: rgb(244, 210, 255);
}
#ghvswebtpc-desktop:active{
    color: rgb(234, 180, 255);
}