@font-face { font-family: font1; src: url("SourceCodePro-Regular.ttf"); }

#title{
    font-family: font1;
    font-size: 40px;
    color: white;
    position: fixed;
    left: 30px;
    top: -25px;
}

#basics1{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 320px;
    height: 50px;
    position: fixed;
    left: -15px;
    top: 150px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
    transition-duration: 0.4s;
    border-radius: 15px;
}

#basics1:hover{
    background-color: rgb(2, 7, 12);
    border-color: rgb(2, 7, 12);
    width: 330px;
}

#basics2{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 320px;
    height: 50px;
    position: fixed;
    left: -15px;
    top: 200px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
    transition-duration: 0.4s;
    border-radius: 15px;
}

#basics2:hover{
    background-color: rgb(2, 7, 12);
    border-color: rgb(2, 7, 12);
    width: 330px;
}
#basics3{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 320px;
    height: 50px;
    position: fixed;
    left: -15px;
    top: 250px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
    transition-duration: 0.4s;
    border-radius: 15px;
}

#basics3:hover{
    background-color: rgb(2, 7, 12);
    border-color: rgb(2, 7, 12);
    width: 330px;
}



#lvltitle{
    font-family: font1;
    font-size: 40px;
    color: white;
    position: fixed;
    left: 500px;
    top: 5px;
}

#nav{
    background-color: rgb(10, 52, 62);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 2000px;
    height: 80px;
}

#git{
    width: 60px;
    position: fixed;
    top: 10px;
    right: 40px;
}





#head2{
    font-family: font1;
    font-size: 20px;
    color: white;
    position: fixed;
    left: 530px;
    top: 340px;
    margin-right: 200px;
}

#input11{

    background-color:rgb(10, 52, 62);
    border: 2px solid rgb(26, 196, 134);
    color: white;
    font-family: font1;
    margin-top: 250px;
    margin-left: 30px;
    width: 500px;
    height: 25px;

}

#input11comfirm{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 260px;
    height: 50px;
    position: fixed;
    right: 200px;
    top: 850px;
    background-color: rgb(7, 35, 43);
    border: 2px solid rgb(7, 35, 43);
   
    transition-duration: 0.8s;
    border-radius: 15px;
    opacity: 0;
}

#input11comfirm:hover{
  height: 60px;
}

#question{
    font-family: font1;
    font-size: 30px;
    color: white;
    position: fixed;
    top: 200px;
    left: 550px;

    margin-right: 300px;
    opacity: 0;
}

#levels{
    background-color: rgb(7, 35, 43);
    width:320px;
    height: 300px;
    position: fixed;
    left: -15px;
    top: 150px;
    border-radius: 15px;

}

#quespanel{
    background-color: rgb(10, 52, 62);
    position: fixed;
    left: 520px;
    top: 150px;

    width: 1150px;
    height: 200px;

    border-radius: 15px;
    opacity: 0;
}

#answr{
    background-color: rgb(7, 35, 43);
    font-size: 15px;
    font-family: font1;
    color: white;
    position: fixed;
    top: 400px;
    left: 520px;
    width: 500px;
    height: 30px;
    border: 2px solid rgb(7, 35, 43);
    border-radius: 15px;
}

#option1{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 550px;
    height: 170px;
    position: fixed;
    left: 520px;
    top: 405px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
   
    transition-duration: 0.4s;
    border-radius: 15px;
    opacity: 0;
}

#option1:hover{
    height: 185px;
}

#option2{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 550px;
    height: 170px;
    position: fixed;
    right: 195px;
    top: 405px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
   
    transition-duration: 0.4s;
    border-radius: 15px;
    opacity: 0;
}

#option2:hover{
    height: 185px;
}

#option3{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 550px;
    height: 170px;
    position: fixed;
    left: 520px;
    top: 600px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
   
    transition-duration: 0.4s;
    border-radius: 15px;
    opacity: 0;
}

#option3:hover{
    height: 185px;
}

#option4{
    font-family: font1;
    font-size: 20px;
    color: white;
    width: 550px;
    height: 170px;
    position: fixed;
    right: 195px;
    top: 600px;
    background-color: rgb(10, 52, 62);
    border: 2px solid rgb(10, 52, 62);
   
    transition-duration: 0.4s;
    border-radius: 15px;
    opacity: 0;
}

#option4:hover{
    height: 185px;
}

#start{
    width: 300px;
    height: 200px;
    font-family: font1;
    font-size: 30px;
    position: fixed;
    top: 400px;
    left: 900px;
    z-index: 1;
    border-radius: 15px;
    background-color: rgb(10, 52, 62);
    color: white;
    border: 2px solid rgb(10, 52, 62);

    transition-duration: 0.4s;
}

#start:hover{
    height: 205px;
}
