* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Orbitron", sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url("Christmastrust.jpg");
  background-size: cover;
  background-position: center center;
  backdrop-filter: brightness(55%) blur(3px);
}

.digits {
  color: rgb(21, 255, 0);
  font-size: 150px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#hours,
#minutes,
#seconds {
  width: 250px;
}

#knee-surgery {
  top: 13%;
  left: 20%;
}

#the-elf {
  top: 73%;
  left: 60%;
}

#grinch {
  top: 73%;
  left: 20%;
}

#tree {
  top: 13%;
  left: 60%;
}

.christmas-image {
  width: 250px;
  height: 100px;
  position: absolute;
  transition: transform 0.5s ease;
  border-radius: 20px;
}
