@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{font-family:Rubik,sans-serif;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;display:flex}#root{width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;width:100vw;background-image:url(https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2076&q=80);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}body.light{background-image:url(/assets/light-mode-NlSNOLN3.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}body.dark{background-image:url(/assets/dark-mode-DulZ93AV.png);color:#adadad}.botton{z-index:3}.toggleTheme{position:fixed;top:20px;left:20px}h1{font-size:3.2em;line-height:1.1}body.dark button,body.dark input{background-color:#252525;color:#f9f9f9}body.dark .time{color:#adadad}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}}.weather-app{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100vh;width:100%;padding:20px;background-color:#0000000c;gap:100px}.weather-data{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:500px}.input-box{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;z-index:3}.search-box{width:80%;padding:10px;border-radius:10px;border:1px solid #ccc;font-size:16px}.time{color:#f5f5f5;font-size:13em;height:80px;font-family:Rubik,sans-serif;line-height:80px;text-shadow:2px 2px 2px rgba(0,0,0,.1);z-index:1}.set-weather{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background-color:#ffffff1b;padding:40px;border-radius:10px;box-shadow:0 0 10px #0000001a;width:400px;z-index:3}.bg1{position:fixed;width:100%;z-index:2;bottom:-150px}.footer{position:fixed;bottom:0;width:100%;display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;background-color:#ffffff1b;color:#f9f9f9;z-index:3;line-height:1.5}
