table {
    width: 100%;
  }
  button {
    width: 100%;
    font-size: 150%;
  }

  button:hover {
    color: rgb(5, 2, 27) !important;
    box-shadow: 0 4px 16px rgb(41, 145, 88);
    transition: all 0.2s ease;
  }

  .ac {
    color: rgb(0, 255, 85);
  }