body {
  overflow-x: hidden;
}
.button {
  margin-top: 13px;
  width: 230px;
  height: 38px;
  line-height: 0;
  border: 0;
  font-family: "Nunito", sans-serif;
  /* padding: 15px 40px; */
  border-radius: 4px;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
a {
  text-decoration: none;
  color: white !important;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
