  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  .all-die {
      background-color: white;
      height: 100vh;
      width: 100vw;
  }

  .nie-die {
      display: flex;
      width: 90%;
      height: 85%;
      background-color: red;
      margin: auto;
      border-radius: 1rem
  }

  .cant-dir {
      width: 90%;
      height: 44%;
      margin: 1rem auto;
      text-align: left;
      padding: 1rem;
      overflow: visible;
      position: relative;
  }

  .cant-dir-red {
      border: 1px solid red;
  }

  .cant-dir-gre {
      border: 1px solid #1ded1d;
  }

  .dorder-color-re {
      width: 96%;
      margin: auto;
      border: 1px solid red;
  }

  .dorder-color-gr {
      width: 96%;
      margin: auto;
      border: 1px solid #1ded1d;
  }

  .title-dir-die {
      width: 56%;
      height: 1.7rem;
      margin: auto;
      color: white;
      line-height: 1.7rem;
      border-radius: 2rem;
      font-weight: bold;
      position: absolute;
      top: -1rem;
      left: 22%;
      text-align: center;
  }

  .title-dir-die-red {
      background: red;
  }

  .title-dir-die-gre {
      background: #1ded1d;
  }

  .title-dir-die-siri {
      width: 56%;
      height: 1.7rem;
      margin: auto;
      line-height: 1.7rem;
      border-radius: 2rem;
      font-weight: bold;
      position: absolute;
      bottom: -1rem;
      left: 22%;
      background: white;
      text-align: center;
  }

  .title-dir-die-siri-red {
      color: red;
      border: 1px solid red;
  }

  .title-dir-die-siri-gre {
      color: #1ded1d;
      border: 1px solid #1ded1d;
  }

  .three-die {
      width: 90%;
      height: 90%;
      background-color: white;
      margin: auto;
      border-radius: 1rem;
      text-align: center;
      padding-bottom: 1rem;
  }

  ::-webkit-scrollbar {
      width: 0px;
      background-color: rgba(255, 255, 255, 0.1);
  }

  ::-webkit-scrollbar-thumb {
      background: #465880;
  }

  ::-webkit-scrollbar-button:vertical:single-button:start {
      background-size: 100%;
      cursor: pointer;
  }

  ::-webkit-scrollbar-button:vertical:single-button:end {
      background-size: 100%;
      cursor: pointer;
  }