.container {
display: flex;
justify-content: center;
align-items: center;
min-height: 15;
height: 20%;
text-align: center;
} 

.ha1 {
    margin-top: 50px;
}

h3 {
color:white;
padding: 0px 20px 0px 20px;
width: 50%;
font-family: 'Anonymous Pro', monospace;
margin: auto;
}

.timer {
font-family: 'Anonymous Pro', monospace;
font-size: 48px;
color: #ffffff;
background-color: #EC65AE;
padding: 20px 40px;
border-radius: 10px;
display: inline-block;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
text-align: center;
}

.timer span {
min-width: 90px;
display: inline-block;
}

.label-heading  {
font-size: 30px;
text-align: center;
}

.maindel {
  font-size: 50px;
}
.until {
  font-size: 39px;
  margin: 30px;
}

@media only screen and (max-width: 575.98px) {
  #days,#hours,#minutes {
    font-size: 32px;
  }
  .colon {
    font-size: 30px;
  }

  .timer {
    font-family: 'Anonymous Pro', monospace;
    font-size: 48px;
    color: #ffffff;
    background-color: #EC65AE;
    padding: 15px 40px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .timer span {
    min-width: 20px;
    display: inline-block;
  }

  .label-heading {
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .label-heading span {
  display: inline-block;
  }

  .maindel {
    font-size: 30px;
  }
  .until {
    font-size: 27px;
  }
  .FONT2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #days,#hours,#minutes {
    font-size: 40px;
  }
  .colon {
    font-size: 40px;
  }

  .timer {
    font-family: 'Anonymous Pro', monospace;
    font-size: 48px;
    color: #ffffff;
    background-color: #EC65AE;
    padding: 20px 40px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .timer span {
    min-width: 30px;
    display: inline-block;
  }

  .label-heading {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3.5rem;
  }

  .label-heading span {
  display: inline-block;
  }
  
  .maindel {
    font-size: 45px;
  }
  .until {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #days,#hours,#minutes,.colon {
    font-size: 45px;
  }
  .colon {
    font-size: 45px;
  }

  .timer {
    font-family: 'Anonymous Pro', monospace;
    font-size: 48px;
    color: #ffffff;
    background-color: #EC65AE;
    padding: 25px 45px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .timer span {
    min-width: 60px;
    display: inline-block;
  }

  .label-heading {
    font-size: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 4.5rem;
  }

  .label-heading span {
  display: inline-block;
  }
  
  .maindel {
    font-size: 45px;
  }
  .until {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #days,#hours,#minutes {
    font-size: 55px;
  }
  .colon {
    font-size: 55px;
  }

  .timer {
    font-family: 'Anonymous Pro', monospace;
    font-size: 48px;
    color: #ffffff;
    background-color: #EC65AE;
    padding: 25px 45px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .timer span {
    min-width: 60px;
    display: inline-block;
  }

  .label-heading {
    font-size: 37px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 4rem;
  }

  .label-heading span {
  display: inline-block;
  }
  
  .maindel {
    font-size: 50px;
  }
  .until {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  #days,#hours,#minutes {
    font-size: 60px;
  }
  .colon {
    font-size: 60px;
  }

  .timer {
    font-family: 'Anonymous Pro', monospace;
    font-size: 48px;
    color: #ffffff;
    background-color: #EC65AE;
    padding: 20px 40px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .timer span {
    min-width: 70px;
    display: inline-block;
  }

  .label-heading {
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 5px;
  }

  .label-heading span {
  display: inline-block;
  }
  
  .maindel {
    font-size: 50px;
  }
  .until {
    font-size: 40px;
  }
}