* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  width: 100%;
  height: 100dvh;
}

body {
  background: no-repeat center center/cover url('background.webp');
}