* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-snap-align: none;
  background: url("../assets/images/background.png") no-repeat center center;
  background-size: cover;
}
