@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}.app-wrapper{position:relative;z-index:1;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.content--canvas{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:-1}body{background:#0b0812}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{box-sizing:border-box}:root{font-size:15px}html{background:#000}body{font-family:Didot,Didot LT STD,Bodoni MT,ltc-bodoni-175,Hoefler Text,Garamond,Times New Roman,serif;min-height:100vh;color:#57585c;color:var(--color-text);background-color:#000;overflow:hidden}.demo-2{--color-text: #ff53ff;--color-link: #3c48fa;--color-link-hover: #fff;--color-title: #fff}.Weather{padding:2rem;border-radius:1rem;background:#00000040;box-shadow:0 0 30px #ff53ff33;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;max-width:450px;width:90vw;margin:2rem}.search-bar{display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center;margin-bottom:1rem}.search-bar input{height:2.75rem;border:none;outline:none;border-radius:1.5rem;padding:0 1.25rem;background:#1a1a1a;color:#fff;font-size:1rem;flex:1}.search-bar img{padding:.75rem;border-radius:50%;background:#ff53ff;cursor:pointer;transition:transform .2s}.search-bar img:hover{transform:scale(1.1)}.weather-icon{width:6rem;margin:1.5rem 0}.temprature{color:#fff;font-size:3.5rem;font-weight:600}.location{color:#ff53ff;font-size:1.75rem;font-weight:500}.weather-data{width:100%;margin-top:1.5rem;color:#fff;display:flex;justify-content:space-between;padding:0 1rem}.weather-data .col{display:flex;align-items:center;gap:.75rem;font-size:1rem}.weather-data .col img{width:1.5rem;margin-top:.25rem}.weather-data .col span{font-size:.875rem;display:block;color:#aaa}@media (max-width: 460px){.Weather{padding:1.25rem;max-width:90vw}.temprature{font-size:3rem}.location{font-size:1.5rem}.search-bar input{font-size:.9rem}}
