#weather-widget{padding:15px;text-align:center;border-radius:10px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:600px;margin:20px auto}.weather-day{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;padding:10px;font-family:'Lato',sans-serif;background:rgba(255,255,255,.8);border-radius:5px;transition:transform .3s ease}.weather-day:hover{transform:scale(1.05);background:rgba(255,255,255,1)}.weather-day img{height:40px;width:40px;transition:transform .3s ease}.weather-day img:hover{transform:rotate(20deg)}@media screen and (max-width:600px){#weather-widget{width:100%;max-width:300px;align-items:center}}