*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}
