@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap);*{box-sizing:border-box}::-webkit-input-placeholder{color:#add8e6;opacity:1}:-ms-input-placeholder{color:#add8e6;opacity:1}::placeholder{color:#add8e6;opacity:1}body{background-color:#fff;font-family:"Montserrat",sans-serif;font-size:1rem;margin:0;color:#00008b}.header{margin:0;background-image:linear-gradient(90deg,#00008b,#1e90ff,#add8e6);background-color:#f0f8ff;width:100%;height:80px;top:0;position:fixed;display:flex;align-items:center;justify-content:space-between;padding-left:1em;padding-right:1em}.header h1{text-align:left;font-size:2rem;color:#f0f8ff;font-weight:700;letter-spacing:1px;margin:0}.header .search{display:flex;flex-direction:row}h2{margin-top:1.2em;margin-bottom:1.2em;letter-spacing:1px;font-size:1.8rem}h2,h3{text-align:center;font-weight:700}h3{color:#1e90ff;font-size:1.5rem}.msg,h4{text-align:center}img{width:100px;height:100px}.container{max-width:100%;margin:100px auto 0}.location-btn{outline:none;cursor:pointer;background-color:transparent;border:none;border-radius:30px;color:#f0f8ff;font-size:30px;transition:.5s}.location-btn:hover{color:#00008b}.search-input{background-color:#f0f8ff;border:2px solid #f0f8ff;border-radius:30px;padding:6px;width:320px;color:#00008b;font-family:"Montserrat",sans-serif;font-size:1.2rem;transition:.5s}.search-input:active,.search-input:focus,.search-input:hover{border:2px solid #00008b;outline:none}a{color:#1e90ff;transition:.5s}a:focus,a:hover{color:#00008b}.weather{text-align:left;display:grid;grid-template-columns:auto auto auto;grid-gap:3em;align-items:center;justify-content:center;background-color:#fff}.box{background-color:#f0f8ff;width:350px;text-align:center;border-radius:5px;padding:0}.box img{margin:0}.forecast-hourly{width:50%;margin:0 auto;text-align:left;background-color:#fff}.forecast-hourly img{width:30px;height:30px;float:right}.forecast-hourly div:nth-child(2n){background-color:#fff;padding:1em;border-radius:5px}.forecast-hourly div:nth-child(odd){background-color:#f0f8ff;padding:1em;border-radius:5px}.forecast-daily{display:grid;grid-template-columns:auto auto auto auto auto auto auto auto;grid-gap:.2em;padding:.5em;margin-bottom:1em;margin-left:1em}.forecast-daily>div{width:140px;height:230px;background-color:#f0f8ff;text-align:center;font-size:1rem;padding:.5em;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.forecast-daily img{float:bottom}@media (max-width:800px){.header{flex-direction:column;display:flex;align-items:center;justify-content:space-evenly;height:150px}.container{margin-top:180px}.weather{display:flex;flex-direction:column;align-items:center;justify-content:center}.h2{padding:0;margin:0}.weather{width:100%}.description{margin-top:0}.forecast-daily{display:flex;flex-direction:column;align-items:center}.forecast-daily>div{width:200px}.forecast-hourly{width:90%}.forecast-hourly img{display:none}}
/*# sourceMappingURL=main.efc55f12.chunk.css.map */