.form-group {
  margin-bottom: 1rem;
}

.action-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: "#32373c";
}


/*# sourceMappingURL=index.875ea384.css.map*/