.button {
  padding: 0.5rem;
  text-align: center;
  min-width: 200px;
  margin: 1rem;
}
.button.default {
  border-radius: 8px;
  border: 1px solid #A7A7A7;
  background-color: #B0B0B4;
}
.button.default .text {
  color: #343A40;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.button.green {
  border-radius: 8px;
  background: #3DCAB1;
}
.button.green .text {
  color: #1C3E60;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 145.833% */
}
