html{background-color:#f2ead9}
main{flex-direction:column;justify-content:center;align-items:center;width:50vw;margin:auto;display:flex}.flex{display:flex}.space-between{justify-content:space-between}.align-center{align-content:center}

.form{background-color:#ccc;border-radius:.5rem;flex-direction:column;padding:1rem;display:flex}.form label{justify-content:space-between;display:flex}input,textarea{border-radius:.25rem;font-family:Courier New,Courier,monospace}
