*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;line-height:1.4;background-color:#14274e;color:#fff}.App{display:flex;flex-direction:column;align-items:center;padding:10px}.Loading{text-align:center}.LoadingText{font-size:20px;color:#fff;margin:20px 0}.Errorwrapper{background-color:#ffe1e1;padding:10px;text-align:center;border-radius:5px}.Error{color:red;letter-spacing:1.5px;font-size:25px}.Spinner{width:100px;height:100px;border-color:#394867 #9ba4b4;border-style:solid;border-width:5px;border-radius:100%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Weatherdetailstyle{display:flex;flex-direction:column;align-items:center;background-color:#394867;padding:2px;margin:30px 25px 30px 0;min-width:140px;border:5px solid #394867;border-radius:12px;opacity:.6}.detailWrapperStyle{display:flex;justify-content:center;flex-wrap:wrap}.Day{font-size:14px;color:#fff}.Header{font-size:20px;color:#9ba4b4;font-weight:700;letter-spacing:1px}.Img{width:75px;height:70px}.Desc{font-size:18px;font-weight:700;color:#fff}.WeatherStyle1{display:flex;flex-direction:column;align-items:center;background-color:#f2f7f9;padding:2px;margin:0 25px 30px 0;min-width:100px;border:5px solid #f1f6f9;border-radius:12px}.WeatherStyle1:hover{box-shadow:0 -1px 6px #f1f6f9;cursor:pointer}.WeatherStyle2{display:flex;flex-direction:column;align-items:center;background-color:#f1f6f9;padding:2px;margin:0 25px 30px 0;min-width:130px;border:5px solid #f1f6f9;border-radius:12px;-webkit-transform:scale(1.2);transform:scale(1.2);box-shadow:0 -1px 8px #f1f6f9}.HeadingStyle{font-size:18px;color:#394867;font-weight:700;letter-spacing:1px}.ImgStyle{width:60px;height:60px}.DescStyle{font-size:16px;font-weight:700;color:#394867}
/*# sourceMappingURL=main.57ce8dd1.chunk.css.map */