* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;

}

html,
body {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);


}


#wraper{
    width: 100%;
    height: 100%;
   

}


#nav {
    width: 100%;
    height: 10%;
    background-color: #0000001f;
    z-index: 4;
    /* position: absolute; */
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 2vw;
}

#nav h1 {
    width: 20%;
    color: rgb(255, 255, 255);
    font-family: "Protest Guerrilla", sans-serif;

}

#nav #nav-list {
    width: 80%;
    height: fit-content;
    font-family: "Noto Serif JP", serif;


    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}

#nav-list a {
    color: white;
}

#quize{
    width:100% ;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
  

}

.left{
    width: 40vw;
    height: 100vh;
    background-color: black;

}

.left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   

}



#right{
    width: 60vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);

}

#question{
    width: 100%;
    height: 10%;
  
    margin-top: 20px;
    /* background-color: rgb(0, 0, 0); */
    padding: 2vw 5vh;
}

#question h1{
    font-size: 5vw;
    

}
#question h3{
    font-size: 2vw;
    margin: 30px;
    
}


#show-question{
    font-size: 2vw;
    color: white;
}

#options{
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    margin-top: 3vh; 
    /* width: 90%; */
    background-color: #000000;
    

}
#row{
    width: 40%;
    height:50px ;
    font-size: 1.5vw;
    padding-left: 2vw;
    margin: 2vh;
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: rgb(46, 0, 0);
    color: #ffffff;
}


#submit{
    width: 100%;
    height: 5vh;
    margin-top: 4vh;
display: flex;
align-items: center;
justify-content: center;
/* background-color: rgb(0, 0, 0); */

}

#submit-btn{
    width: 100%;
    height: 100%;
    font-size: 1vw;
    background-color: black;
    color: #ffffff;
    border: 1px solid white;

}




@media only screen and (max-width: 425px) {



#wraper{
    width: 100%;
    height: 100%

}


#nav {
    width: 100%;
    height: 10%;
    background-color: #0000001f;
    z-index: 4;
    /* position: absolute; */
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 2vw;
}

#nav h1 {
    width: 20%;
    font-size: 6vw;
    color: rgb(255, 255, 255);
}

#nav #nav-list {
    width: 80%;
    height: fit-content;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}

#nav-list a {
    color: white;
}

#quize{
    width:100% ;
    height: 90vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.left{
    width: 100%;
    height: 30%;
    background-color: black;

}

.left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   

}



#right{
    width: 100%;
    height: 100vh;
    background-color: rgb(27, 10, 10);
    color: rgb(255, 255, 255);
}

#question{
    width: 100%;
    height: 10%;
  
    margin-top: 20px;
    /* background-color: rgb(0, 0, 0); */
    padding: 2vw 5vh;
}

#question h1{
    font-size: 12vw;
}#question h3{
    font-size: 5vw;
    margin-top: 6vh;
    line-height: 5vh;

}

#show-question{
    font-size: 6vw;
    color: white;
}

#options{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5vh;
    background-color: black;

}

#row{
   
    width: 60%;
    height:30px ;
    font-size: 3.5vw;
    margin: 1vh;
    display: flex;
    align-items: center;
    gap: 30px;
    /* background-color: black; */
}

 



#submit-btn{
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: black;
    color: #ffffff;
    /* border: 1px solid white; */

}


}



@media (max-width:768px){




    #wraper{
        width: 100%;
        height: 100%
    
    }
    
    
    #nav {
        width: 100%;
        height: 10%;
        background-color: #0000001f;
        z-index: 4;
        /* position: absolute; */
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1vw 2vw;
    }
    
     

    #nav h1 {
        margin-left: 3vw;
        width: 30%;
        color: wheat;
        font-size: 3.5vw;
        font-family: "anurati";
    }
    
    #nav #nav-list {
        width: 80%;
        height: fit-content;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4vw;
        
    }
    
    #nav-list a {
         font-family: sans-serif;
        font-size:2.2vw;
        color: white;
    
    }
    
    #quize{
        width:100% ;
        height: 90vh;
        background-color: rgb(0, 0, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .left{
        width: 100%;
        height: 30%;
        background-color: black;
    
    }
    
    .left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
       
    
    }
    
    
    
    #right{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0);
        color: rgb(109, 40, 40);
    }
    
    #question{
        width: 100%;
        height: 10%;
      
        margin-top: 20px;
        /* background-color: rgb(0, 0, 0); */
        padding: 2vw 5vh;
    }
    
    #question h1{
        font-size: 12vw;
    }#question h3{
        font-size: 5vw;
        margin-top: 6vh;
        line-height: 5vh;
    
    }
    
    #show-question{
        font-size: 6vw;
        color: white;
    }
    
    
#options{
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  margin-top: 3vh; 
  /* width: 90%; */
  /* background-color: black; */

  

}
#row{
  width: 80%;
  height:50px ;
  font-size: 2vw;
  padding-left: 2vw;
  margin: 2vh;
  display: flex;
  align-items: center;
  gap: 50px;
  background-color: rgb(97, 9, 9);
  color: #ffffff;
}


#submit{
  width: 100%;
  height: 5vh;
  margin-top: 4vh;
display: flex;
align-items: center;
justify-content: center;
/* background-color: rgb(0, 0, 0); */

}

#submit-btn{
  width: 100%;
  height: 100%;
  font-size: 2.2vw;
  background-color: black;
  color: #ffffff;
  border: 1px solid white;

}

}