* {
  box-sizing: border-box;
}

body, html {
  background-color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
}
body > *, html > * {
  margin: auto;
  max-width: 1200px;
}

main {
  background-image: url("../bg-image.png");
  background-position: center;
  background-size: 120%;
  background-repeat: repeat-y;
  margin-top: 80px;
  padding-bottom: 15px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */