body {
    font-family: 'OnePlus Sans 2.0', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
  }
  
  .quiz-container {
    
  
  }
  
  .btn-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    margin: 20px 0;
  }
  
  .btn {
    background: transparent;
    color: #E31E26;
    border: none;
    padding: 20px 28px;
    border-radius: 2px;
    cursor: pointer;
    border: 2px solid #E31E26;
    font-size: 1.6em;
    font-weight: 600;
  }

  
  
  .btn:hover {
    background: #E31E26;
    color: white;
  }

  .btn:disabled {
    border: 1px solid #1D1D1B;
    color: #1D1D1B;
  }
  .btn:hover:disabled {
    border: 1px solid #1D1D1B;
    color: #1D1D1B;
    background-color: transparent;
  }

  .btn.selected:disabled {
    background: transparent;
    color: #E31E26;  
    border: 2px solid #E31E26;  
  }

  .input-effect {
    float: left;
    position: relative;
  }

  .form__group {
    position: relative;
    padding: 15px 35px 4px;
    margin-top: 12px;
    width: 100%;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border: 2px solid #E31E26;
    outline: 0;
    font-size: 1.5rem;
    color: #E31E26;
    padding: 10px 10px;
    background: transparent;
    transition: border-color 0.2s;
  }
  .form__field::placeholder {
    color: transparent;
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
    /* left: 24px; */
    padding-left: 14px;
    padding-top: 6px;
  }
  
  .form__label {
    position: absolute;
    top: -11px;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #E31E26;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #fd0505, #f10f0f);
    border-image-slice: 1;
  }
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: transparent  ;
    font-weight: 700;
  }
  
  /* reset input */
  .form__field:required, .form__field:invalid {
    box-shadow: none;
  }

  body {
    background: url(./images/back.png) no-repeat;
    background-position: center;
    background-size: cover;    
  }

  .holder {
    display: none;
  }
  
  #timer, #score {
    margin-top: 20px;
    font-size: 20px;
  }

  .startContent, .formContent, .howtoContent, .quiz-container, .scoreContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  

  .startHeading, .startPlay {
    font-size: 2.6em;
    color: #1D1D1B;
    text-align: center;
  }


  .howtotext {
    font-size: 2.6em;
    color: #1D1D1B;
    text-align: left;
    line-height: 0.5em;
  }

  .opbtn {
    border: none;
    background-color: #E31E26;
    font-size: 1.4em;
    padding: 0.85em 1.75em;
    border-radius: 3px;
    color: white;
    text-decoration: none;
  }

  .input-effect {
    margin: 0.85em;
  }

   #time {
    border: none;
    background-color: #E31E26;
    font-size: 1.6em;
    padding: 0.65em 1.6em;
    border-radius: 3px;
    color: white;
    text-decoration: none;
   }

   #question-container {
    font-size: 2.6em;
    margin-bottom: 2em;
    margin-top: 1.8em;
    text-align: center;
   }

  .startHeading2 {
    font-size: 1.8em;
    color: #1D1D1B;
    text-align: center;
    line-height: 0.0;
  }
  .headingDate {
    font-size: 1.8em;
    color: #E31E26;
    text-align: center;
    line-height: 0.0;
  }

   .finalscore {
    color: #E31E26;
    font-size: 4.8em;
    line-height: 0;
   }

   .whatsappHeading {
    padding: 0.7em;
    border: 2px solid #E31E26;
    font-size: 1.9em;
   }

   .stock {
    text-align: right;
    position: absolute;
    right: 30px;
    bottom: 30px;
   }

   .scored {
    font-size: 2.5em;
    font-weight: normal;
    line-height: 0;
   }

   /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .startHeading, .startPlay {
    font-size: 1.4em;
  }
  .opbtn {
    font-size: 1.2em;
  }
  .logo img {
      height: 100px;
  }
  .form__group {
    width: unset;
    margin-left: -12px;
  }
  .howtotext {
    font-size: 1.5em;
    line-height: 1em;
    padding: 0.5em;
  }
  #question-container {
    font-size: 1.5em;

  }
  .btn {
    font-size: 1em;
    padding: 10px 18px;

  }
  .finalscore {
    font-size: 3em;

  }
  .scored {
    font-size: 1.4em;
  }
  .whatsappHeading {
    font-size: 0.9em;
    text-align: center;
    padding: 0.4em;
    border: 1px solid #E31E26;
  }
  .headingDate {
    font-size: 1.1em;
    line-height: 0;
  }
  .stock {
    text-align: center;
    position: relative;
    right: unset;
    bottom: unset;
   } 
   .timeicon img {
      height: 50px;
   }
   .scoreContent {
    margin-top: 1.6em;
   }
   .startHeading2 {
    font-size: 1.1em;
    line-height: 1em;
   }
   body {
    height: 95vh;
    background-size: auto;
   }
}

@media only screen and (max-width: 600px) { 

 body {
    height: 90vh;
    background-size: auto;
   }
}