* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

