* {
    margin: 0;
    padding: 0;
    outline: 0      }
  html {
    font-size: 62.5%      }
  body {
    font-family: Larsseit,'Helvetica Neue',Helvetica,Arial,Sans-serif;
    font-size: 100%;
    margin: 0 auto;
    min-height: 100%;
    color: black;
    background-color: #fafafa;
  }
  .topnav {
    overflow: hidden;
    background-color: #ffffff;
    text-align: center      }
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 2rem      }
  .logo {
    max-height: 55px;
    z-index: 12      }
  .flashy {
    background: black;
    color: #ffffff;
    width: 100%;
    min-height: 20px;
    font-size: 3rem;
    padding: 5px 0;
    margin: 5px auto;
    text-align: center      }
  .step {
    font-size: 2rem;
    color: #000;
    display: none;
    margin: 0 auto;
    padding: 1rem 1rem 1rem;
    text-align: center      }
  .step .ok {
    display: block;
    border: 1px solid #000;
    background:#000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: 'OpenSansB', Arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-size: 30px;
    width: 40%;
    min-width: 250px;
    border-radius: 10px;
    text-shadow: 2px 2px 0 #e40000, 4px 3px 0 #09779e, 3px 2px 2px rgba(206,1,1,0);
  }
  .step .ok:hover {
    border: 2px solid #000;
    background: #ffffff;
    color: #000;
  }
  .step .ok:after {
    content: '';
    display: block;
    width: 22px;
    height: 28px;
    position: absolute;
    right: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: url("") no-repeat;
    -webkit-animation: next 1.2s infinite normal ease-out;
    -moz-animation: next 1.2s infinite normal ease-out;
    animation: next 1.2s infinite normal ease-out;
  }
  @-webkit-keyframes next {
    0% {
      opacity: 0;
      right: 40px        }
    15% {
      opacity: 1;
      right: 30px        }
    100% {
      opacity: 0;
      right: 10px        }
  }
  @-moz-keyframes next {
    0% {
      opacity: 0;
      right: 40px        }
    15% {
      opacity: 1;
      right: 30px        }
    100% {
      opacity: 0;
      right: 10px        }
  }
  @keyframes next {
    0% {
      opacity: 0;
      right: 40px        }
    15% {
      opacity: 1;
      right: 30px        }
    100% {
      opacity: 0;
      right: 10px        }
  }
  .step:nth-child(1) {
    display: block      }
  .step p {
    font-size: 2rem;
    padding: 2rem 0      }
  .step.step_check .step_head {
    text-transform: none      }
  .choose_answer {
    font-style: italic;
    font-size: 2rem;
    padding: 2rem 0 3rem;
    display: block      }
  .answer_box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top      }
  .checkbox_wrap {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px      }
  .option {
    width: 28%;
    position: relative;
    text-align: left;
    cursor: pointer;
    text-align: center;
    margin: .5rem 2%      }
  .option img {
    display: block;
    width: 100%;
    border: 3px solid #000;
    border-radius: 8px      }
  .option-title {
    font-size: 2rem;
    padding-top: 5px      }
  .option.checked img {
    border-color: #2fa1ff      }
  .option.checked .option-title {
    color: #2fa1ff      }
  .btn {
    color: #fff;
    display: block;
    margin: 2rem auto;
    padding: 13px 0;
    max-width: 220px;
    width: 100%;
    font-size: 2rem;
    font-family: Arial;
    border: 0;
    text-decoration: none;
    background: #32c26b      }
  .btn:hover {
    background: #3fdf7e      }
  @media screen and (min-width:560px) {
    .girl {
      padding: 1.3rem;
      border-radius: 20px;
    }
  }
  @media screen and (max-width:560px) {
    html {
      font-size: 55%        }
    .answer_box {
      display: block;
      text-align: left        }
    .girl {
      width: 75%;
    }
  }
  @media screen and (max-width:420px) {
    html {
      font-size: 70%        }
    .option-title {
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width:350px) {
    .girl {
      width: 65%        }
    .flashy{
      font-size: 2.3rem;
    }
    .option-title {
      font-size: 1rem;
    }
    .girl {
    border-radius: 5px;
  }
  }
  .girl {
    max-width: 240px;
  }