body {
  background-color: #000000;
  color: #dddddd;
  font-family: "Permanent Marker", cursive;
  font-size: 1vh;
  overflow: hidden;
  cursor: none;
}

body::-webkit-scrollbar {
  display: none;
}

.fireworks {
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 0;
}

.container {
  height: calc(100vh - 70px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1vw;
  text-align: center;
  overflow: hidden;
}

h1 {
  margin: 0 0 1vh 0;
}

header {
  font-size: 2em;
  font-family: "Permanent Marker", cursive;
}

#countdown {
  font-size: 8em;
}

.hidden {
  display: none;
}

video {
  max-height: 50vh;
}
