.touch-scr{padding:100px 0px;}
  .touch-container {
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .touch-button {
    margin:auto;
    padding: 10px 20px;
    width: 200px;
    height: 70px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background-color: #e25c1b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px
  }

  .touch-button:hover {
    background-color: #cd5518
  }

  #touchArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    background-color: #fbfbfb;
    grid-gap: 1px;
    display: none;
    z-index: 100
  }

 .touch-scr .box {
    background-color: #436f8e;
    touch-action: none;
    user-select: none;
    border-radius: 5px
  }

 .touch-scr .box.touched {
    background-color: #e25c1b
  }

.touch-scr  .italic {
    text-align: center
  }

 .touch-scr .guide-area {
    position: absolute;
    width: 250px;
    z-index: 101;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

 .touch-scr .guide-area span {
    text-align: center;
    color: #436f8e;
    font-weight: 500
  }

 .touch-scr .guide-area button {
    padding: 10px 20px;
    color: #fff;
    background-color: #e25c1b;
    border: none;
    border-radius: 5px;
    cursor: pointer
  }

  .testArea {
    position: relative
  }

  /* #takeScreen {
    position: absolute;
    z-index: 102;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 1s
  } */

  /* #takeScreen img {
    width: 40px
  } */

  #explanation {
    position: absolute;
    z-index: 105;
    width: 100%;
    font-size: 22px;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 10rem
  }

  #explanation span {
    color: #fff
  }

  @media only screen and (max-width:625px) {
    .breadcrumbs {
      margin: 0
    }

    .keyboard-test .keyboard-info-1-title div {
      margin-top: 0
    }

    .keyboard-test .keyboard-info-1-title h3 {
      margin: 0;
      line-height: 1.3rem
    }

    .keyboard-test .keyboard-info-2-text {
      margin-top: 0
    }

    .keyboard-test .keyboard-list-text {
      line-height: 1.2rem
    }

    .keyboard-test .keyboard-info-2-text {
      margin: 0;
      padding-bottom: 0
    }

    .breadcrumbs .sub-title h2 {
      padding-bottom: 10px
    }

    #explanation {
      padding: 1rem
    }
  }

  @media(max-width: 400px) {
    .header .hh2{
      font-size:20px;
    }
  }