@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap);:root{--primary-color:#dc3545;--dark-color:#333;--light-color:#f4f4f4;--danger-color:#dc3545;--success-color:#28a745}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Lato",sans-serif;color:#fff;line-height:1.6;background-color:#000}.container{max-width:1100px;margin:0 auto;overflow:auto;padding:0 40px}.flex{display:flex;height:100%}.flex,.grid{justify-content:center;align-items:center}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.card{background-color:#333;color:#fff;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:20px;margin:10px}.alert{padding:.7rem;margin:1rem 0;opacity:.9;background:#f4f4f4;background:var(--light-color);color:#333}.btn{display:inline-block;padding:10px 30px;cursor:pointer;background-color:#047aed;color:#fff;border:none;border-radius:5px}.alert-primary{background:#dc3545;background:var(--primary-color);color:#fff}.alert-light{background:#f4f4f4;background:var(--light-color);color:#333}.alert-dark{background:#333;background:var(--dark-color);color:#fff}.alert-danger{background:#dc3545;background:var(--danger-color);color:#fff}.alert-success{background:#28a745;background:var(--success-color);color:#fff}.alert-white{background:#fff;color:#333;border:1px solid #ccc}.alert-box{width:50%;margin:15px auto}a{text-decoration:none}.lead{font-size:20px}img{width:100%}h1{font-size:4rem;margin:50px 0}h1,h3{text-align:center;font-weight:300;line-height:1.2}h3{font-size:2.5rem;margin:40px 0}#header{height:150px}.search{width:50%;position:relative;display:flex;margin:auto}.searchTerm{width:80%;border:3px solid #00b4cc;border-right:none;padding:5px;height:60px;border-radius:5px 0 0 5px;outline:none;color:#9dbfaf}.searchTerm:focus{color:#00b4cc}.searchButton{width:40px;height:60px;border:1px solid #00b4cc;background:#00b4cc;text-align:center;color:#fff;border-radius:0 5px 5px 0;cursor:pointer;font-size:20px}.temp{background-color:#333;color:#fff;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:20px;margin:10px auto;width:30%;height:120px}.temp p{font-size:4rem;font-weight:700}.grid-1{grid-template-columns:1fr}.notfound{width:500px;margin:0 auto}.notfound p{margin-bottom:40px}.notfound img{width:80%}.text-center{text-align:center}.city-default{margin-top:30px}@media(max-width:773px){.grid{grid-template-columns:1fr}.card-bg{width:400px}.week{width:100%;margin:0 auto}.notfound{width:90%;margin:auto}.notfound p,a{font-size:2rem}.notfound img{width:100%}.search{width:80%}.searchTerm{width:100%;height:60px}.searchButton{width:60px;height:60px;font-size:16px}.temp{padding:20px;margin:10px auto;width:60%;height:140px}.temp p{font-size:3.5rem;font-weight:700}}@media(max-width:773px){.temp{width:100%}.alert-box{width:80%}}
/*# sourceMappingURL=main.01fa20df.chunk.css.map */