html {box-sizing:border-box;
    font-size:100%;
    font-family: Arial, Helvetica, sans-serif;
}

*,*:before,*::after {box-sizing:inherit;}

#start-section {display:flex;justify-content: space-between; align-items: stretch;}

#soltys-name {font-weight: bold;margin-left:10vw;}
#soltys-name span {font-style:italic;}

#odpady {padding: 1rem; background-color: gainsboro;}
#odpady > header {display:flex; justify-content:center; font-weight:bold;}
#odpady > header > a {margin-left:0.5em;}
#terminy-odpadów {display:flex; justify-content: space-around; flex-wrap: wrap;}
#terminy-odpadów > div {padding: 0.5em; font-weight: bold; margin: 0.5em;}

#czosnów-online {padding:5px;background-color:khaki;border: 2px solid maroon;}

a {text-decoration: none;}

#main-links {margin-left:1rem; display:flex; flex-direction: column; justify-content: space-evenly; align-items: center;}