.custom-box {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 5px;
    border:1px solid black;
  }