:root {
  color-scheme: dark;
  background: #030303;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #030303;
}

body {
  display: grid;
  place-items: center;
}

.coming-soon-screen {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  padding: clamp(8px, 2vmin, 24px);
  background: #030303;
}

.coming-soon-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
