@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(45deg,#e63b2e,#e15634,#ff8547,#fbc490);background-size:300% 300%;-webkit-animation:colors 15s ease infinite;animation:colors 15s ease infinite}@-webkit-keyframes colors{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes colors{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:600px){.text{font-size:1.5rem;padding:1rem 2rem}}.counter-container{height:10rem;width:10rem;font-size:5rem;border-radius:50%;color:#f5f5f5;background-color:#ffad85;display:flex;justify-content:center;align-items:center;margin:5rem auto 2rem;box-shadow:3px 4px 5px -2px #faf7f7}.btn-less,.btn-more,.btn-reset{width:6rem;height:2.5rem;margin:3rem .5rem 4rem;border-radius:3px;border:1px solid transparent;font-size:1rem;text-transform:uppercase;font-family:"Archivo Black",sans-serif;background-color:#fa8975;color:#f5f5f5}.btn-less,.btn-more,.btn-reset:hover{cursor:pointer}@media (min-width:1100px){.counter-container{width:13rem;height:13rem;font-size:8rem}.btn-less,.btn-more,.btn-reset{width:8rem;height:4rem;font-size:1.7rem}}
/*# sourceMappingURL=main.d32cab97.chunk.css.map */