
body {
  overflow-x: hidden;
  background: #F7F8FF;
}

a {
  color: #6841EA;
  transition: all .2s linear;
}

a:hover {
  text-decoration-line: underline;
  color: #6841EA;

}
.default_button {
  height: 44px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 24px;
}
@media (max-width: 600px) {

  .default_button,
  .white_button {
    width: fit-content;
  }
}


@media (max-width: 500px) {
  .default_button,
  .white_button {
    width: 100%;
  }
}