:root {
  --page-background: #000;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: var(--page-background);
}

.construction-page,
picture {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.construction-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
