.test {
    font-size: 50px;
 }

 @media (max-width: 375px) {
    .box_title {
      /* margin-top: 172px; */
      width: 1000px;
      /* border: 1px solid; */
      color: #9c9b9a;
      text-align: center;
      /* margin-right: 30px; */
      font-size: 15px;
    }
    .box {
      width: 150px;
      margin-top: 10px;
      /* margin-right: -32px; */
      text-align: end;
      float: left;
      margin: 0px;
    }
    .boxmenu img {
      width: 35px;
      display: none;
    }
    .boxmenu {
      width: 92vw;
      height: 206px;
      margin: 10px;
      border-radius: 20px;
    }
    .boxborder {
      display: none;
    }
    .box {
      width: 150px;
      margin-top: 10px;
      margin-right: 42px;
      text-align: end;
      float: left;
    }
    .box .flex {
      /* border: 1px solid red; */
      display: flex;
      align-items: center;
      width: 190px;
      margin: 0px -8px 5px;
    }
    .box_title {
      /* margin-top: 172px; */
      width: 1000px;
      /* border: 1px solid; */
      color: #9c9b9a;
      text-align: center;
      /* margin-right: 30px; */
      font-size: 15px;
    }
    .main_section h1 {
      font-size: 20px;
      color: #13833b;
      margin: 3rem 0;
      text-align: center;
      width: 100vw;
    }
    .verticalbar {
      width: 93vw;
      border-radius: 15px;
      background-color: #dddddd00;
      margin-bottom: 3rem;
      margin: 10px;
      padding: 1rem;
    }
    .barinfo {
      gap: 0;
      width: 90vw;
    }
    .barinfo img {
      width: 30px;
      margin-top: 15px;
    }
    .bar_title {
      color: #3b3d3d;
      font-size: 8px;
      gap: none;
      display: inline;
      display: none;
    }
    .main_section .elementtxt {
      display: flex;
      font-size: 8px;
      width: 90px;
      justify-content: center;
      align-items: center;
    }
    .bar_element {
      width: 100vw;
      border-radius: 20px;
      height: 90px;
      line-height: 30px;
      background: #dddddd;
      text-align: center;
      margin: 5px;
    }
    .boxmenu img {
      display: none;
    }
    .board_title {
      color: #ffff;
      font-size: 16px;
    }
    .board {
      background: #ffffff;
      border-radius: 15px;
      width: 93vw;
      box-shadow: 0px 5px 20px #00000038;
      padding: 2rem;
      margin: 30px 10px;
    }
    .box_num {
      color: #13833b;
      font-size: 17px;
    }
  }