section{align-items:center;display:flex;flex-direction:column;font-family:Open sans;justify-content:center;min-height:80vh}#stateForm{background:#fff;border-radius:5px;box-shadow:0 4px 8px 0 rgba(53,105,128,.3),0 6px 20px 0 rgba(165,200,213,.41);margin:25px 0;min-width:600px;padding:20px}label{display:block;font-weight:700;margin-top:10px}button,input,select,textarea{box-sizing:border-box;font-size:1rem;margin-top:5px;padding:8px;width:100%}button{background-color:#ff671f;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:15px;width:100px}button:hover{background-color:red}.progressBar{display:flex;margin:50px 0;padding:0 0 10px;position:relative}.progressBar label{position:absolute;top:30px}.progressLine{background:#ff671f;height:2px;margin-top:15px;width:300px}.bubbleOne{background:#ff671f;border-radius:50px}.bubbleOne,.bubbleTwo{height:30px;width:30px}.bubbleTwo{background:#fff;border:3px solid #ff671f;border-radius:50px}section h2{font-size:40px;text-align:center}