@import"https://fonts.googleapis.com/css?family=Roboto:700";@import"https://fonts.googleapis.com/css2?family=Crushed&display=swap";:root{font-family:Crushed,cursive;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.fete{color:#29129b;font-size:1.6rem}.current-date{font-size:3.8rem;text-transform:capitalize}.date-title{margin-bottom:0;font-size:3.5rem;text-align:center;color:#29129b;padding:20px 40px;border-radius:10px;text-transform:uppercase;letter-spacing:5px;box-shadow:0 10px 30px #0003;position:relative;display:inline-block;animation:glow 2s infinite alternate}.date-title:before{position:absolute;top:50%;left:50%;width:100%;height:2px;background:#fff;transform:translate(-50%,-50%)}@keyframes glow{0%{text-shadow:0 0 10px rgba(255,255,255,.7),0 0 20px rgba(255,255,255,.5)}to{text-shadow:0 0 30px rgb(255,255,255),0 0 50px rgba(255,255,255,.8)}}.current-time{font-size:4rem;font-weight:700;margin:0}@keyframes show{0%{margin-top:-270px}5%{margin-top:-180px}33%{margin-top:-180px}38%{margin-top:-90px}66%{margin-top:-90px}71%{margin-top:0}99.99%{margin-top:0}to{margin-top:-270px}}#container{text-transform:uppercase;font-size:36px;font-weight:700;width:100%;bottom:45%;display:block}#flip{height:50px;overflow:hidden}#flip>div>div{color:#fff;padding:4px 12px;height:45px;margin-bottom:45px;display:inline-block}#flip div:first-child{animation:show 5s linear infinite}#flip div:first-child div{background:#4ec7f3}#flip div div{background:#42c58a}#flip div:last-child div{background:#dc143c}.weather-container{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:20px}.weather-cards{display:grid;height:85%;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;width:100%;grid-template-columns:repeat(3,1fr)}.weather-cards .weather-card:nth-child(n) .icon{animation-delay:1s}.weather-cards .weather-card:nth-child(2n) .icon{animation-delay:2s}.weather-cards .weather-card:nth-child(3n) .icon{animation-delay:3s}.weather-cards .weather-card:nth-child(4n) .icon{animation-delay:4s}.weather-cards .weather-card:nth-child(5n) .icon{animation-delay:5s}.weather-cards .weather-card:nth-child(6n) .icon{animation-delay:6s}.weather-card{border-radius:10px;padding:20px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.weather-card .icon{animation:bounce 6s ease infinite;border:solid #94abf2 1px;border-radius:50%;padding:5px;background:#94abf2;width:60px;height:60px;margin-bottom:-30px;z-index:10;display:flex}.weather-card .icon img{width:100%;height:auto}.weather-card .weather-info{width:100%;height:100%;border:solid #94abf2;display:flex;flex-direction:column}.weather-card .weather-info .title{font-size:18px;font-weight:600;margin-bottom:5px;margin-top:35px}.weather-card .weather-info .value{font-size:16px;font-weight:700;background:#94abf2;margin:0;height:inherit;padding:10px;place-content:center}@keyframes bounce{0%{transform:translateY(0)}2%{transform:translateY(-15%)}4%{transform:translateY(0)}6%{transform:translateY(-7%)}8%{transform:translateY(0)}10%{transform:translateY(-3%)}12%{transform:translateY(0)}}#root{margin:0;text-align:center;font-family:Crushed,sans-serif}.bold{font-weight:700}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.row{display:flex}.row>*{height:100vh;position:relative}.row .right-pane{width:45%;display:flex;flex-direction:column}.row .right-pane h1{margin-bottom:0}.row .left-pane{width:55%;overflow:hidden}.row .left-pane .backimg{height:100%;width:100%;z-index:-1}.row .left-pane .bottom{position:absolute;bottom:10%;width:100%}
