body {
    background-color: #4056A1;
}
.ml6 {
    position: relative;
    font-weight: 900;
    font-size: 7.5vw;
    text-align: center;
    margin-top: 22vh;
    white-space: nowrap;
  }
  
  .ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 1.6842105263157894vh;
    padding-right: 1.0526315789473684vw;
    padding-bottom: 1vw;
    white-space: nowrap;
    width: 60vw;
  }
  
  .ml6 .letter {
    display: inline-block;
    line-height: 7.7894736842105265vh;
   text-align: center;
    color: #F13C20;
    white-space: nowrap;
  }

  /*timer*/
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #C5CBE3;
}
.main{
  margin-top: 20vh;
    

}

h1{
  text-align: center;
  font-weight: 400;
  font-size: 4vh;
  padding-top: 1.3157894736842106vh;
  color: #C5CBE3;
}

.countdown{
  display: flex;
  justify-content: center;
  gap: 0.39473684210526316vh;
}
.countdown > div{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4vh;
  box-shadow: 0.13157894736842105vh 0.13157894736842105vh  1.9736842105263157vh rgba(0,0,0,0.25);
  width: 10vw;
  height: 10.526315789473685vh;
  border-radius:  0.6578947368421053vh;
}
.number {
  font-weight: 500;
  font-size: 4vh;
  color: #CAA78C;
}

div span:last-of-type{
  font-size: 1.2vh;
}
h3 {
 color:#D79922;
}

