body{
    font-family: "Roboto", sans-serif;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}
.quiz{
    display: none;
  }
  .qsm_retake_button{
    display: none !important;
  }
  .quiz-wrap, .qmn_results_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qmn_results_page{
    font-size: 24px;
    font-weight: 700;
  }
  .quiz-start, .com-btn{
    display: block;
    background: linear-gradient(217deg, rgba(49, 122, 237, 1), rgba(37, 115, 171, 1) 70.71%);
    padding: 15px 52px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 400;
  }
  p{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .quiz{
    display: none;
  }
  .quiz-rules h2{
    text-align: center;
  }
  .quiz-rules p{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  td{
    padding: 5px;
    border: 1px solid #000;
  }
  .dop{
    font-size: 12px;
    line-height: 14px;
    margin-top: 50px;
  }
  @media (max-width: 420px){
    .quiz-start, .com-btn{
      padding: 15px 22px;
    }
  }