
* {
  box-sizing: border-box;
  
}
body{
  padding: 0;
  margin:0 ;
  font-family: "Poppins", sans-serif;
  
}
.start-container{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

.start-container-title{
  
  font-style: normal;
  font-weight: 700;
  font-size: 40.25px;
  line-height: 37px;
  text-align: center;
  color: #293264;
}

.start-container-subtitle{

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-align: center;

  color: #293264;
}

.start-container-button{

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;

  color: #F5F7FB;
  
  background: #4D5B9E;
  border-radius: 15px;
  
  border: 0px;
  
  width: 193px;
  height: 52px;
}

.quiz-container {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 
}

.quiz-container-question{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 5px;
  margin-left: 50px;
  margin-right:50px;
}

.quiz-container-question-title{
      
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 19px;
      color: #293264;
}

.quiz-container-question-options-container{
  display: flex;
}

.quiz-container-question-options-container-option{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  line-height: 12px;
  text-align: center;
  margin-right: 10px;
  color: #293264;
  border-radius: 7.94239px;
  border: 1px;
  line-height: 1;
}

.button-container{
  display: flex;
  align-self: center;
}

.button-container-score{
  
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  color: #293264;

}



.button{
  

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;

  color: #F5F7FB;

  
  width: 120px;
  height: 35px;
  background: #4D5B9E;
  border-radius: 10px;
  
  border: 1px;
  
  align-self: center;
}

.button:disabled{
  

  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;

  color: #F5F7FB;
  
  opacity: 50%;
  
  width: 120px;
  height: 35px;
  background: #4D5B9E;
  border-radius: 10px;
  
  border: 1px;
  
  align-self: center;
}

.quiz-container-question-divider{
  border: 0.794239px solid #DBDEF0;
}

.blob1{
  position: absolute;
  margin:0px;
  bottom:-0px;
  left: -100px;
  z-index: -1;
  width:300px;
}

.blob2{
  position: absolute;
  margin:0px;
  top: -120px;
  right: -0px;
  z-index:-1;
  width:300px;
}
