@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);*{box-sizing:border-box}.background{height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;z-index:-1}.background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,.4)}.daytime{background-image:url(/static/media/bg-image-daytime.22955f11.jpg)}.nighttime{background-image:url(/static/media/bg-image-nighttime.8333ca5d.jpg)}.data-container,.info-container,.quote{max-width:1400px;width:95%;margin:0 auto}.content{color:#fff;letter-spacing:.2em;margin:0 auto;height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.content .info-container{transition:2.5s ease}@media screen and (min-width:768px){.content .info-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}}.quote{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;letter-spacing:normal}.quote button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:none;background:none}.greeting{display:flex;flex-direction:row;align-items:center;grid-gap:1em;gap:1em}.greeting .sun-icon{animation:rotation 8s linear infinite}.greeting .moon-icon{animation:sway 6s linear infinite}.greeting span{display:none}@media screen and (min-width:768px){.greeting span{display:inline-block}}.clock{display:flex;flex-direction:row}.clock .current-time{font-size:80px;align-self:flex-end;justify-self:flex-end}@media screen and (min-width:768px){.clock .current-time{font-size:150px}}.clock .time-data{font-size:20px;align-self:flex-end}.clock .time-data .time-zone{margin-bottom:.8em}@media screen and (min-width:768px){.clock .time-data{font-size:30px}}.location{text-transform:uppercase}.light{color:#000;background-color:hsla(0,0%,100%,.6)}.dark{color:#fff;background-color:rgba(0,0,0,.6)}.hidden{display:none}.more-info{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5em 1em;margin-bottom:1em;border:none;border-radius:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:1em;gap:1em}.data{width:100%;height:40%;margin:0 auto;position:absolute;bottom:-3550px;transform:translateZ(0);transition:1.5s ease}.data .data-container{display:flex;flex-wrap:wrap}.data .data-container .info{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (min-width:768px){.data .data-container .info{width:50%;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.data .data-container .info p{font-size:12px}@media screen and (min-width:768px){.data .data-container .info p{font-size:15px}}.data .data-container .info h2{font-size:20px;margin:0}@media screen and (min-width:768px){.data .data-container .info h2{font-size:36px}}@media screen and (min-width:1200px){.data .data-container .info h2{font-size:56px}}.active{position:relative;bottom:0;opacity:1;display:flex;transform:translateZ(0)}@media screen and (min-width:768px){.active{align-items:center}}@keyframes sway{0%{transform:rotate(0deg)}50%{transform:rotate(30deg)}to{transform:rotate(0deg)}}@keyframes rotation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}#root,.App,.background,.content,body,html{width:100%;height:100%}body{padding:0;font-family:"Inter",sans-serif}body,h1{margin:0}h1{font-weight:700}
/*# sourceMappingURL=main.e8a03a4e.chunk.css.map */