body{background-image:url(/body-background.svg);background-repeat:no-repeat;margin:0;min-height:100vh}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0065f2;background-color:#ebf3fe}#root{padding-top:0;max-width:1600px;margin:0 auto;padding:2rem;text-align:center}.app-body{width:100%;display:flex;padding:10px;justify-content:space-between;height:75vh}.big-bloc{background-color:#fff;padding:15px;border-radius:15px;min-height:100%}.cities-add-and-select{width:25%}.weather{width:68%}.cities-add-and-select form,.cities-add-and-select ol,.weather__chosen-location,.weather__today,.weather__forecast{margin:20px}form{display:flex;justify-content:space-between;height:5vh}form input{padding-left:15px;width:67%;border-radius:10px}form button{font-family:inherit;width:25%;border-radius:8px;border:1px solid transparent;background-color:#0065f2;color:#fff;transition:border-color .25s;cursor:pointer}ol{padding:0}ol li{display:flex;justify-content:space-between;font-weight:700;align-items:center;padding-left:20px;padding-right:20px;height:7vh;margin-top:20px;margin-bottom:20px;border-radius:10px;background-color:#ebf3fe;cursor:pointer}.weather__chosen-location{display:flex;align-items:center;border-bottom:solid #0065F2 1px;height:4vh}.weather__chosen-location h2{padding-left:15px;font-size:1.3em}.weather__today{height:48%;border:dotted rgb(47,241,255) 2px;display:flex;justify-content:space-between}.weather__today__icon,.weather__today__description{border:solid 1px black;width:49%;padding:0}.weather__today__icon{background-color:#ebf3fe}.weather__forecast{padding:0;height:35%;border:dotted rgb(255,47,217) 2px;display:flex;justify-content:space-around}.weather__forecast__day{padding:0;margin:0;width:23.33%;height:100%;display:flex;flex-direction:column}
