.button {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 7%;
  -webkit-box-align: center;
  align-items: center;
  background-color: #536dfe;
  width: 12.1875rem;
  height: fit-content;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px 24px;
  border-style: unset;
  cursor: pointer;
}
