* {
  box-sizing: border-box;
}

div {
  font-size: clamp(24px, 8vw, 72px);
}

body {
  position: relative;
}

.fireworks {
  position: absolute;
}

.main {
  position: absolute;
}

.center {
  text-align: center;
  margin-top: clamp(80px, 20vw, 200px);
}

#date {
  position: fixed;
  font: bold clamp(14px, 4vw, 24px) sans-serif;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
}

#text-holder {
  padding: 0 clamp(16px, 8vw, 100px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
