
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    outline: 0;
    min-width: 30px;
    min-height: 30px;
}

*{
    background: rgb(0, 0, 0,0)
}

h1 {
    position: fixed;
    color: #ffff;
    font-size: 20px;
    background-color: transparent;
}

h2 {
    opacity: 100%;
    color: #ffff;
    font-size: 18px;
    position: absolute;
    top: 36.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h3 {
    opacity: 100%;
    color: #ffff;
    font-size: 20px;
    position: absolute;
    top: 43%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.image img{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width:200px;
    border-radius: 100%;
    opacity: 100%;
    border:3px solid #ffff;
}

.abtme{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px;
    width:300px;
}

nav1{
    border: none;
    outline: 0;
    background: none;
    display: flex;
    padding: 405px 0%;
}

nav1 ul1{
    position: absolute;
    outline: 0;
    background: none;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px;
    flex: 1;
}

nav1 ul1 li1{
    border: none;
    outline: 0;
    background: none;
    list-style: none;
    display: table-cell;
    margin: 0 0px;
}

nav2{
    border: none;
    display: flex;
    padding: 405px 8%;
}

nav2 ul2{
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px;
    flex: 1;
}

nav2 ul2 li2{
    border: 0px;
    list-style: none;
    display: table-cell;
    margin: 0 0px;
}


.bg{
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(https://cdn.discordapp.com/attachments/906018798082093067/1060022639214739556/BG.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 100%;
    color: rgb(0, 0, 0);
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

@media all and (max-width: 1080px) {
    .header-wrap #header{ left:-600px;}
}

@media all and (max-width: 980px) {
    .header-wrap #header{ left:-300px;}
}

@media all and (max-width: 800px) {
    .header-wrap #header{ left:-300px;}
}

@media all and (max-width: 768px) {
   .header-wrap #header{ left:-300px;}
}

@media all and (max-width: 750px) {
   .header-wrap #header{ left:-380px;}
}

@media all and (max-width: 640px) {
    .header-wrap #header{ left:-280px;}
}

@media all and (max-width: 360px) {
    .header-wrap #header{ left:-180px;}
}

@media all and (max-width: 320px) {
    .header-wrap #header{ left:-160px;}
}