html, body {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  background-image: url('/bg.png');
  background-position: left center;
  background-size: 100vh;
  background-repeat: no-repeat;
}

h1 {
  font-size: 3rem;
  font-family: "Cairo Play", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #333;
  margin: 0;
  text-align: center;
}

.fleur-de-leah-regular {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: #333;
  margin: 0 -16px;
  color: #e91e63;
}

.date {
  font-size: 1rem;
  margin-top: 12px;
  font-family: "Cairo Play", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #333;
  background-color: rgba(255, 251, 252, 0.4);
  padding: 8px 16px;
}

#timeRemainingTillWedding, #timeRemainingTillKatbKitab {
  font-size: 2rem;
}