.buttonb {
  all: unset;
  box-sizing: border-box;
  width: 320px;
  height: 40px;
  background-color: #1c1c1c;
  overflow: hidden;
  box-shadow: var(--light-drop-shadow-2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 12px;
}

.buttonb .text {
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: var(--constant-styleswhite);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}