* {
  box-sizing: border-box;
}

h1 {
  font-family: Georgia;
  font-size: 150px;
  font-weight: bold;
  font-variant: small-caps;
}

body {
  background-image: url("../images/countdown.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.countdown-container {
  display: flex;
}

.big-text {
  font-weight: bold;
  font-size: 100px;
  margin: 0 50px;
}

.countdown-element {
  text-align: center;
  font-size: 20px;
}