* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  
.form-1-1{
   background-color:hsla(45, 100%, 99%, 1);
   padding:10px;
}

 input{
    font-weight:bold;
    border-radius: 13px;
    width:70%;
    height:30px;
    border:none;
    outline:none;
    margin:10px;
}


 label{
    
    
    font-weight: bold;
    color:hsla(45, 100%, 99%, 1);
    display:block;
    
    
    
}
  .request{
     color:hsla(45, 100%, 99%, 1);
     margin-left:25%;
     margin-right:25%;
  
  }
  
.index1{
    
   background-color:hsla(210, 100%, 51%, 1);
   border-radius:10px 100px / 120px;
   margin-left:25%;
   margin-right:25%;
   padding-bottom:50px;
  }
  
  
 .index2{
     padding-top:20px;
     margin-left:25%;
     margin-right:25%;
     padding-bottom:200px;
 }
 .index3{
   
   margin:0;
   padding-bottom:50px;
 }
 
 .logo a{
     text-decoration:none;
     color:hsla(45, 100%, 99%, 1) ;
}
  
 body{
  background: linear-gradient(90deg, rgba(141,236,10,0.4694328414959734) 0%, rgba(120,243,103,1) 50%, rgba(104,249,176,1) 100%);
  }
  
  
 .logo{
     
     padding-top:15px;
     padding-bottom:15px;
     margin-top:10px;
     margin-bottom:10px;
     padding-left:20%;
     margin-left:25%;
     margin-right:25%;
     background-color:hsla(210, 100%, 51%, 1);
     border-radius: 16px;
     color:hsla(45, 100%, 99%, 1) ;
 }
 
 .logo1{
     padding:20px;
     margin-top:10px;
     margin-bottom:10px;
     background-color:hsla(210, 100%, 51%, 1);
     border-radius: 16px;
      margin-left:25%;
     margin-right:25%;
     
      
 }
 
 .logo1 a{
      font-weight: bold;
      font-size: 15px;
     margin-left:10%;
     float:center;
     text-align:center;
     padding: 14px 16px;
      text-decoration: none;
      color:hsla(45, 100%, 99%, 1) ;
      
 }
 
 
 
 .logo2{
     padding:20px;
     margin-top:10px;
     margin-bottom:10px;
     background-color:red;
     border-radius: 16px;
      margin-left:25%;
     margin-right:25%;
     
      
 }
 
 .logo2 a{
      font-weight: bold;
      font-size: 15px;
     margin-left:40%;
     float:center;
     text-align:center;
     padding: 14px 16px;
      text-decoration: none;
      color:hsla(45, 100%, 99%, 1) ;
      
 }
 
 
 .indexbody{
    
    text-align: center;
    border-radius:10px 100px / 120px;
}
 
 .index{
    margin-left:25%;
    margin-right:25%;
    padding:100px;
    
   
    
}
.button1{
    font-size:40px;
    border-radius:10px 100px / 120px;
    justify-content:center;
    padding:10px;
    margin:60px;
    color:hsla(45, 100%, 99%, 1) ;
    text-decoration:none;
    background-color:hsla(210, 100%, 51%, 1);
    
}


.infocontainer{
    background-color:hsla(210, 100%, 51%, 1);
    padding:5em;
    margin-left:25%;
    margin-right:25%;
    border-radius: 16px;
    color:hsla(45, 100%, 99%, 1) ;
    margin-top:50px;
  
}


.login-button1{
    margin-left:15px;
    
}
.login-button2{
    
    width: 70%;
    height: 40px;
    background-color: rgb(163, 255, 174);
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:none;
    outline:none;
    color:rgb(20, 56, 64)
}
    
.login-button2:focus{
    
}

.login-button2:hover{
    background-color:rgb(102, 255, 145);
    
}

.register{
    padding-left:28%;
    margin:10px;
    
    border-radius:13px;
    text-decoration:none;
   
}
.register a{
    color:white;
    text-decoration:none;
}




/* */


 .start-screen,
  .score-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  button {
    border: none;
    outline: none;
    cursor: pointer;
  }
  #start-button,
  #restart {
    font-size: 1.3em;
    padding: 0.5em 1.8em;
    border-radius: 0.2em;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
  }
  #restart {
    margin-top: 0.9em;
  }
  #display-container {
    background-color: #f2f2f2;
    padding: 3.1em 1.8em;
    width: 80%;
    max-width: 37.5em;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 0.6em;
  }
  .header {
    margin-bottom: 1.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6em;
    border-bottom: 0.1em solid #c0bfd2;
  }
  .timer-div {
    background-color: #29aa0f96;
    width: 4.5em;
    border-radius: 1.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7em 1.8em;
    color:white;
  }
  .question {
    margin-bottom: 1.25em;
    font-weight: 600;
  }
  .option-div {
    font-size: 0.9em;
    width: 100%;
    padding: 1em;
    margin: 0.3em 0;
    text-align: left;
    outline: none;
    background: transparent;
    border: 1px solid #c7c4c4c8;
    border-radius: 0.3em;
  }
  .option-div:disabled {
    color: #000000;
    cursor: not-allowed;
  }
  #next-button {
    font-size: 1em;
    margin-top: 1.5em;
    background-color: #29aa0f96;
    color: #ffffff;
    padding: 0.7em 1.8em;
    border-radius: 0.3em;
    float: right;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
  }
  .hide {
    display: none;
  }
  .incorrect {
    background-color: #ffdde0;
    color: #d32f2f;
    border-color: #d32f2f;
  }
  .correct {
    background-color: #e7f6d5;
    color: #689f38;
    border-color: #689f38;
  }
  #user-score {
    font-size: 1.5em;
    color: #ffffff;
  }

 