@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .wrapper {
    width: 100%;
  }
}