    .icon-button {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.5rem;
      font-size: 24px;
      color: white;
    }
    .label {
      text-align: center;
      font-size: 14px;
    }
  
