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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

html {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: black;
  color: white;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow: hidden;
  overscroll-behavior: none;
  position: fixed;
  width: 100%;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


h1 { font-family: Arial, Helvetica, sans-serif; }

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100svh;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.status {
  font-weight: bold;
  font-size: 8rem;
  line-height: 1;
  padding: 0 30px;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 12rem;
  }
}

.yes {
  color: rgb(1, 215, 55);
}

.no,
.countdown {
  color: rgb(227, 11, 12);
}

.countdown {
  font-size: 1.5rem;
}
