@font-face { font-family: pixel; src: url("SpaceGrotesk-Bold.ttf"); }
@font-face { font-family: lexend; src: url("Lexend-Bold.ttf"); }
@font-face { font-family: lexendlight; src: url("Lexend-Light.ttf"); }
body{
    background-color: #0b1215;
}
#homenav{
    background-color: #101720;
    width: 100%;
    height: 100px;
   
    position: absolute;
    left: 0px;
    top: -20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#navtitle{
    font-family: pixel;
    color: white;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 8px;
}

#login{
    background-color: #101720;
    border: 2px solid #101720;
    width: 150px;
    height: 50px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: lexend;
    left: 180px;
    top:35px;
    transition-duration: 0.4s;
    
}

#login:hover{
    background-color: #0b1215;
    border: 2px solid #0b1215;
}

#git{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 40px;
    top: 15px;
}

#about{
    background-color: #101720;
    border: 2px solid #101720;
    width: 150px;
    height: 50px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: lexend;
    left: 340px;
    top:35px;
    transition-duration: 0.4s;
    
}

#about:hover{
    background-color: #0b1215;
    border: 2px solid #0b1215;
}

#abouts{
    width: 99%;
    height: 900px;
    position: absolute;
    top: 100px;
    
}
#createback{
    background-color: #101720;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cretitle{
    color: white;
    font-family: pixel;
    font-size: 30px;
    position: absolute;
    left: 135px;

}

#emailtext{
    color: white;
    font-family: lexend;
    font-size: 15px;
    position: absolute;
    margin-left: 65px;
    top: 100px;


}

#email{

    border: 2px solid white;
    color: white;
    font-family: lexend;
    background-color: transparent;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 65px;
    width: 350px;
    height: 25px;
    position: absolute;
    top: 140px;

}
#passtext{
    color: white;
    font-family: lexend;
    font-size: 15px;
    position: absolute;
    margin-left: 65px;
    top: 200px;
}

#pass{

    border: 2px solid white;
    color: white;
    font-family: lexend;
    background-color: transparent;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 65px;
    width: 350px;
    height: 25px;
    position: absolute;
    top: 240px;

}

#submit{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    border: transparent;
    width: 250px;
    height: 40px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: lexend;
    left: 120px;
    top: 350px;
    transition-duration: 0.4s;
    background-size: 400%;

}

#submit:hover{
    animation: bg-animation 1s ease-in-out infinite alternate;
}
@keyframes bg-animation {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}

#gitcreate{
    background-color: #3B89BA;
    border: 2px solid #3B89BA;
    width: 100px;
    height: 40px;
    color: #82CCF0;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    left: 140px;
    top: 290px;
    transition-duration: 0.4s;

}

#gitcreate:hover{
    background-color: #1B699E;
    border: 2px solid #1B699E;
}

#goocreate{
    background-color: #3B89BA;
    border: 2px solid #3B89BA;
    width: 100px;
    height: 40px;
    color: #82CCF0;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    right: 145px;
    top: 290px;
    transition-duration: 0.4s;

}

#goocreate:hover{
    background-color: #1B699E;
    border: 2px solid #1B699E;
}

#loginoki{
    color: #ffffff;
    position: absolute;
    top: 400px;
    left: 95px;
    font-family: lexend;
}



#createbacklog{
    background-color: #101720;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
}

#cretitlelog{
    color: white;
    font-family: pixel;
    font-size: 30px;
    position: absolute;
    left: 200px;


}

#emailtextlog{
    color: white;
    font-family: lexend;
    font-size: 15px;
    position: absolute;
    margin-left: 65px;
    top: 100px;
   


}

#emaillog{

    border: 2px solid white;
    color: white;
    font-family: lexend;
    background-color: transparent;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 65px;
    width: 350px;
    height: 25px;
    position: absolute;
    top: 140px;
  

}
#passtextlog{
    color: white;
    font-family: lexend;
    font-size: 15px;
    position: absolute;
    margin-left: 65px;
    top: 200px;



}

#passlog{

    border: 2px solid white;
    color: white;
    font-family: lexend;
    background-color: transparent;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 65px;
    width: 350px;
    height: 25px;
    position: absolute;
    top: 240px;
   

}

#submit2{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    border: transparent;
    width: 250px;
    height: 40px;
    color: #ffffff;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    left: 120px;
    top:350px;
    transition-duration: 0.4s;
    background-size: 400%;
  

}

#submit2:hover{
    animation: bg-animation2 1s ease-in-out infinite alternate;
}

@keyframes bg-animation2 {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}


#gitcreate{
    background-color: #3B89BA;
    border: 2px solid #3B89BA;
    width: 100px;
    height: 40px;
    color: #82CCF0;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    left: 140px;
    top: 290px;
    transition-duration: 0.4s;

}

#gitcreate:hover{
    background-color: #1B699E;
    border: 2px solid #1B699E;
}

#goocreate{
    background-color: #3B89BA;
    border: 2px solid #3B89BA;
    width: 100px;
    height: 40px;
    color: #82CCF0;
    border-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    right: 145px;
    top: 290px;
    transition-duration: 0.4s;

}

#goocreate:hover{
    background-color: #1B699E;
    border: 2px solid #1B699E;
}

#loginokilog{
    color: #ffffff;
    position: absolute;
    top: 400px;
    left: 105px;
    font-family: lexend;

}

#nav{
    background-color: #5AA6D1;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    top: -20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    display: none;
}

#navtitle{
    font-family: pixel;
    color: white;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 8px;
}

#here1{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    border: transparent;
    width: 60px;
    height: 30px;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    right: 70px;
    top:412px;
    transition-duration: 0.4s;
    background-size: 400%;
  
}

#here1:hover{
    animation: bg-animation3 1s ease-in-out infinite alternate;
}

@keyframes bg-animation3 {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}
#here2{
    background-image: linear-gradient(150deg, #0b1215,#12122e, #13133f, #0c0c3d, #06064d , #0c0c3d , #13133f ,#12122e , #0b1215);
    border: transparent;
    width: 60px;
    height: 30px;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    font-size: 15px;
    font-family: pixel;
    right: 70px;
    top:412px;
    transition-duration: 0.4s;
    background-size: 400%;
  
}

#here2:hover{
    animation: bg-animation4 1s ease-in-out infinite alternate;
}

@keyframes bg-animation4 {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}