#root,body,html{height:100%;width:auto}.content{margin-left:1rem;margin-right:1rem}h1,p{font-family:Times New Roman,serif}p{margin:0}h1{display:flex;justify-content:center}.map{height:400px;width:100%}.streakerWrapper{border:1px solid grey;border-radius:1rem;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem;width:auto}.duration{color:#a9a9a9}.errorPage{align-items:center;display:flex;flex-direction:column}.errorPage img{height:20%;width:20%}@media (max-width:1050px){.errorPage img{height:50%;width:50%}}#speedometerWrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}#wrapperRoad p{font-size:50px;margin-bottom:10px;text-align:center}#wrapperSpeed p{font-size:100px}.circle{border:30px solid red;border-radius:50%;height:200px;text-align:center;width:200px}.circle,.circle-unlimited{align-items:center;display:flex;margin-top:25px}.circle-unlimited{border:5px solid #000;border-radius:50%;height:250px;justify-content:center;rotate:45deg;width:250px}.circle-line{background-color:#000;height:250px;margin:3px;width:5px}.circle p{font-family:Arial,serif;font-weight:700;letter-spacing:-6px;margin-right:6px;width:100%}.speedLimitHigh{font-size:120px}.speedLimitLow{font-size:140px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{align-items:center;background-color:#d3d3d3;display:flex;height:100px;justify-content:center;width:100%}.profile,img{height:50px;width:50px}.profile{display:none}nav{align-items:center;background-color:#a9a9a9;display:flex;height:30px;justify-content:space-between}nav ul{align-items:center;justify-content:center;padding:0}li,nav ul{display:flex;height:100%;width:100%}li{cursor:pointer;font-weight:700}li:hover{box-shadow:-2px -2px 10px #424242,2px 2px 10px #424242;transition:box-shadow .3s}li a{align-items:center;color:#000;display:flex;height:100%;justify-content:center;text-decoration:none;width:100%}@media (max-width:1050px){.header{justify-content:space-between}.profile{display:flex}nav{display:none}}#burgerMenu{display:none;flex-direction:column;height:50px;justify-content:space-between;margin-left:1rem;margin-right:-1rem;width:50px;z-index:1001}#burgerMenu span{background-color:#000;height:7px;transform-origin:left;width:100%}@media (max-width:1050px){#burgerMenu{display:flex}}@keyframes openSpan1{0%{transform:rotate(0deg);width:50px}to{transform:rotate(45deg);width:61px}}@keyframes closeSpan1{0%{transform:rotate(45deg);width:61px}to{transform:rotate(0deg);width:50px}}@keyframes openSpan3{0%{transform:rotate(0deg);width:50px}to{transform:rotate(-45deg);width:61px}}@keyframes closeSpan3{0%{transform:rotate(-45deg);width:61px}to{transform:rotate(0deg);width:50px}}@keyframes showSpan2{0%{opacity:0}to{opacity:100%}}.openSpan1{animation:openSpan1 .5s forwards}.openSpan3{animation:openSpan3 .5s forwards}.closeSpan1{animation:closeSpan1 .5s}.closeSpan3{animation:closeSpan3 .5s}.showSpan2{animation:showSpan2 .5s}#mobileMenu{background-color:#a9a9a9;height:100%;position:absolute;width:250px;z-index:1001}#mobileMenu ul{display:flex;flex-direction:column;margin-top:100px;padding:0}#mobileMenu ul li{height:70px}@keyframes openMobileMenu{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes closeMobileMenu{0%{transform:translate(0)}to{transform:translate(-100%)}}.openMobileMenu{animation:openMobileMenu .5s}.closeMobileMenu{animation:closeMobileMenu .5s}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hidden{display:none!important}
/*# sourceMappingURL=main.a35f0b0e.css.map*/