@media screen and (max-width: 479px) {
  .black {
    background-color: #000;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .blank {
    width: 100%;
    height: 100vh;
  }

  .dashbaord {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .dashbaord-img {
    width: 100%;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0 0%;
  }

  .div-block-2 {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 13px;
    flex-flow: column;
    width: 90vw;
    margin-bottom: 4rem;
    padding: 8px 11% 14px;
    display: flex;
    position: absolute;
    bottom: auto;
  }

  .div-block-3 {
    border-radius: 13px;
    flex-flow: column;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-4 {
    background-color: #0062ff;
  }

  .text-block {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
  }

  .ankor {
    height: 1px;
    display: none;
  }

  .button-okay {
    background-color: #4683f3;
    border-bottom: 1px solid #1e6acb;
    border-radius: 5px;
    margin: 1.25rem auto .25rem;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 2px;
    display: flex;
  }

  .div-block-7 {
    background-color: #464444;
    border-radius: 5px;
    padding: 4px 7px;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .body {
    background-color: #000;
  }

  .text-block-copy {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
  }
}


