.countdown__wrapper{display:flex;justify-content:center;gap:2rem}.countdown__item{display:flex;flex-direction:column;align-items:center}.countdown__item span{font-size:2rem;margin-bottom:4px;font-weight:bold}.countdown__item .label{font-size:1.2rem;font-weight:400;color:#656565}.countdown__finished{text-align:center;font-size:2rem;font-weight:bold}body{display:flex;background-color:#dadada;flex-direction:column;align-items:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";overflow-y:scroll;color:#000}@media screen and (max-width: 420px){.hide-on-small{display:none}}.container{display:flex;margin-top:24px}@keyframes swing{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}100%{transform:rotate(-1deg)}}.gritteli{width:300px;z-index:-1;height:auto;animation:swing 3s ease-in-out infinite}.right{width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{margin-bottom:40px;max-width:65%;height:auto;transition:all .3s ease-in-out}