*{font-family:"Roboto",sans-serif}body{margin:0;padding:0;height:100vh;width:100vw;overflow:hidden}.stopwatch{background-color:#000;position:relative;height:100%}.stopwatch:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:35%;display:block;background-image:url(https://www.gstatic.com/earth/social/00_generic_facebook-001.jpg);background-size:cover;background-repeat:no-repeat;background-position:0 -80px}.stopwatch__inner{height:65%;padding:40px 0;box-sizing:border-box;position:relative}.stopwatch__main{display:flex;justify-content:center;align-items:flex-end;filter:drop-shadow(0px 0px 6px rgba(76, 76, 186, 0.556))}.stopwatch__controls{display:flex;justify-content:center;align-items:flex-end;margin-top:20px}.stopwatch__controls button{margin:0 10px}.stopwatch__button{width:48px;height:48px;border-radius:100%;background:rgba(0,0,0,.7);color:#fff;font-size:16px}.stopwatch__flags{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:35px;height:40%;overflow-y:auto}.counter{font-size:80px;color:#fff}.counter-colon:after{content:":"}.counter-dot:after{content:"."}.counter-ms{color:#666}.flag{display:flex;color:#fff;margin-top:5px}.flag__index{margin-right:35px;width:20px;text-align:right}::-webkit-scrollbar{width:5px;border-radius:5px}::-webkit-scrollbar-track{background:transparent;border-radius:5px}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555;border-radius:5px}@media(max-width: 767px){.stopwatch:before{background-position:0 -40px}.counter{font-size:64px}}@media(max-width: 575px){.counter{font-size:60px}}@media(max-width: 480px){.stopwatch:before{background-position:center bottom 0}}/*# sourceMappingURL=style.min.css.map */