header{display:flex;gap:1.5em;align-items:center;color:#fff;margin:10px auto;width:85%}header span{flex:1;text-align:center}header span:nth-child(1){font-size:1.7em}.info{z-index:5;flex:1;text-align:center;background:#4682b4;border:solid 2px white;color:#fff;font-size:1.2em;border-radius:2em;width:1.7em;height:1.7em}.train-icon{flex:1;text-align:center;width:30px}form{margin-top:.8em;display:flex;flex-direction:column;gap:.5em;align-items:center;width:100%;height:100%;color:#fff}.search{width:10em;height:2em;background:#4682b4;border-radius:2em;border:solid 3px white;color:#fff;font-size:1.5em;margin:.5em}label{font-size:1.5em}select,input{margin-bottom:1.2em;border:solid 3px transparent;padding:1px 3px;font-size:1.5em}select,button,input{cursor:pointer;transition:.1s}select option{font-size:1em}.error{border:solid 3px rgb(255,21,0)}.departures--container{position:absolute;z-index:2;width:100%;min-width:360px;height:fit-content;min-height:800px;top:80px;background:#4682b4;color:#fff;display:flex;flex-direction:column;gap:.5em;align-items:center}.departure,h2,h3{color:#fff;width:85%;display:flex;justify-content:center}h2{justify-content:center;font-size:1.3em;margin-bottom:.5em;gap:1em}h2 span{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;max-width:8em}h3{justify-content:center}h3 span{border:solid 1px white;flex:1;text-align:center}.departure span{flex:1;text-align:center;border-bottom:solid 1px white}.back{background:#4682b4;color:#fff;font-size:1.2em;border:solid 2px white;border-radius:2em;padding:4px 8px;margin:2em auto}.back:before{content:"< ";font-weight:600;position:relative;top:1px}.info--content{z-index:5;position:absolute;display:flex;flex-direction:column;width:100%;min-width:360px;min-height:800px;top:80px;background:#4682b4;color:#fff;font-size:1.2em;padding:10% 15%;text-align:center}.info--content p{margin-bottom:5%}.info--content p:nth-child(2){margin-top:10%}.info--content a{color:#fff}.info--content img{height:40px;margin-top:50px}.info--content button{font-size:1em}*{box-sizing:border-box;margin:0;padding:0}::selection{color:#fff;background-color:#07146a}body{font-family:system-ui;min-width:360px;max-width:100vw;height:100vh;background:#4682b4}.container{display:flex;flex-direction:column;gap:.5em;align-items:center;width:100%;min-width:360px;height:100%}.no-departures{display:flex;flex-direction:column;position:absolute;align-items:center;height:800px;width:100%;min-width:360px;top:80px;padding-top:30%;background:#4682b4;color:#fff}.no-departures p{text-align:center;font-size:1.2em}.no-departures p:nth-child(1){font-size:2.5em}h1{color:#fff}
