@import url("https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Moonrocks&display=swap");

* {
  box-sizing: border-box;
}

body {
  background: url(https://unsplash.com/photos/rU_BvpGC8nQ/download?ixid=M3wxMjA3fDB8MXxhbGx8fHx8fHx8fHwxNzQzMzQ4OTc2fA&force=true&w=2400)
    #4626729a;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  font-family: "Reem Kufi", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;

  flex-direction: column;
  align-items: center;
  margin: 0;
}

h1 {
  font-size: 2rem;
  margin-top: -10rem;
  font-weight: normal;
  margin-top: 3rem;
  font-family: "Rubik Moonrocks", sans-serif;
  color: #fff;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: "Rubik Moonrocks", sans-serif;
  color: #fff;
}
.countdown-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.big-text {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  margin: 0 1rem;
  color: #fff;
}
.countdown-el {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.countdown-el span {
  font-size: 1.5rem;
}
