body{margin:0}.App{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}h1{margin:0}.home{align-items:center;display:flex;justify-content:center}.background-video,.home{height:100vh;width:100vw}.background-video{object-fit:cover;position:absolute}.homeChild{align-items:center;background-color:rgba(59,73,233,.7);border:5px solid #e2d7d7;border-radius:20px;color:#e2d7d7;display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;width:35vw;z-index:1}.dynamicDiv{width:35vw}.handler-btn{border-radius:15px;cursor:pointer;font-size:1rem;font-weight:bolder;height:2.2rem;margin-bottom:1rem;margin-top:1rem;padding:5px 15px}.handler-btn:hover{background-color:#e2d7d7}input{border-radius:15px;font-size:1.2rem;height:2rem;padding-left:1rem;padding-right:1rem}a{color:#fff;font-weight:bolder;text-decoration:none}.error{display:flex;flex-direction:column;gap:1rem}h1{font-size:3rem}.loadWrapper{display:flex;justify-content:center}.loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:16px solid #f3f3f3;border-color:blue green red #ff0;border-radius:50%;border-style:solid;border-width:16px;height:80px;width:80px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.title{font-size:3rem;font-weight:700;letter-spacing:1px}.showWeatherDiv{display:flex;flex-direction:column;justify-content:center;text-align:center;width:35vw}.name-label{font-size:2.5rem;font-weight:100}.temp-label{font-size:5rem;font-weight:400}.rows-common{font-size:2rem;margin-bottom:.5rem;margin-top:.5rem}.img-holder{align-items:center;display:flex;justify-content:center}.weather-img{height:250px;width:250px}
/*# sourceMappingURL=main.894f6307.css.map*/