*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}.home{align-items:center;background-color:#395144;height:100vh;justify-content:center;min-height:100vh}.home,.home__container{display:flex;flex-direction:column}.home__container{background-color:#4e6c50;border-radius:10px;box-shadow:0 0 2px gray;padding:1rem 3rem}.home__search{border:1px solid gray;border-radius:5px;overflow:hidden}.home__search form{display:flex;width:100%}.home__search form input::-webkit-input-placeholder{color:#395144;font-weight:600}.home__search form input::placeholder{color:#395144;font-weight:600}.home__search form input[type=text]{background-color:#f0ebce;border:none;flex:3 1;outline:none;padding:0 .6rem}.home__search form input[type=submit]{background-color:#aa8b56;border:none;border-left:1px solid gray;color:#395144;cursor:pointer;flex:1 1;font-weight:700;outline:none;padding:.6rem .5rem}.weather{color:#aa8b56;margin-top:1rem}.weather__icon{align-items:center;color:#aa8b56;display:flex;justify-content:center;margin-bottom:.5rem;text-align:center}.weather__icon svg{font-size:6rem}.weather__icon b{font-size:3rem}.weather__content{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr}.weather__content__box{background-color:#f0ebce;border-radius:5px;box-shadow:.5px .5px 2px gray;display:flex;flex-direction:column;overflow:hidden}.weather__content__box h2{align-items:center;display:flex;flex:1 1;font-weight:400;justify-content:center;padding:.5rem 2rem;text-align:center}.weather__content__box h3{font-size:1rem;font-weight:300;padding:.1rem .5rem}.weather__content__box h3 b{padding:.1rem .4rem}.weather__content__box h3:last-child{padding-bottom:.5rem}.weather__content__box small{display:flex;flex:none}.weather__content__box small p{background-color:#aa8b56;color:#395144;font-weight:600;padding:.2rem .4rem;text-transform:capitalize}.weather__content__box:first-child{grid-column:1/3;grid-row:1/3}.weather__content__box:first-child h2{font-size:3rem;font-weight:600}.error{background-color:#aa8b56;left:0;position:fixed;text-align:center;top:0;width:100%}.error h3{padding:1rem}.weathanimation{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:1rem}@media screen and (max-width:900px){.weathanimation{margin-top:0}.home,.home__container{height:100%;width:100%}.home__container{border-radius:0;flex:1 1;padding:.5rem 2rem}.weather__content{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.home{align-items:center;justify-content:start}.home__container{padding:.5rem;width:100%}.weather__icon b{font-size:2rem}.weather__icon svg{font-size:4rem}.weather__content{grid-template-columns:1fr}.weather__content__box:first-child{grid-column:1;grid-row:1}}
/*# sourceMappingURL=main.63e80e75.css.map*/