#countdownTimer {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 16px;
    width: 100%;
}

.fa-clock-o {
  margin-right: 10px; /* Space between the icon and the text */
  color: #007BFF; /* Blue color for the icon to make it pop */
  font-size: 26px; /* Slightly larger icon than text for visual hierarchy */
}

#timer {
  font-weight: bold; /* Bold font for better visibility and impact */
}