body form{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding:1rem;width:50%;height:83.5vh;margin:auto;margin-top:1rem}@media screen and (max-width: 768px){body form{width:90%}}body form input,body form textarea,body form button{width:100%;padding:.5rem;border-radius:.5rem;border:1px solid #ccc}body form .info-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}body form button{width:30%;background-color:#ff4500;color:#fff;text-align:center}
