/* Reset */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* VERY IMPORTANT */
}

/* Container fix */
.container {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Prevent shift when scrollbar appears */
html {
  scroll-behavior: smooth;
}


/* Header */
.header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}