form{display:flex;flex-direction:column;gap:20px;width:100%}#results{transition:all .5s var(--curve);height:200px;margin-top:20px;order:3}#results p{margin-bottom:0px}#results.hidden{opacity:0;transform:translateX(-20px)}@media screen and (max-width: 1000px){#results{order:1;margin-top:0px;margin-bottom:20px}#results.hidden{transform:none;margin-bottom:0px;height:0px;margin:0}}
