@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

/* You can add global styles to this file, and also import other style files */
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: Montserrat;
}
.margin-high {
  margin-top: 10%;
}
.margin-medium {
  margin-top: 5%;
}
@media (max-width: 700px) {
  .margin-high {
    margin-top: 5%;
  }

  .margin-medium {
    margin-top: 2%;
  }
}
.button {
  width: 60%;
  height: 56px;
  border: none;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #A70635;
  margin-top: 10%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.button:hover:not(:disabled) {
  background-color: #8a052c;
}
.button:disabled {
  background-color: #CECECE;
  cursor: not-allowed;
}
.btn {
  width: 160px;
  height: 40px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #A70635;
}

/*# sourceMappingURL=styles.e559375af66aa1243394.css.map*/