.App { font-family: sans-serif; text-align: center; } html, body { display: flex; height: 100vh; width: 100%; justify-content: center; align-items: center; font-size: 15px; margin: 2rem; } form > div { width: 120px; }
.App { font-family: sans-serif; text-align: center; } html, body { display: flex; height: 100vh; width: 100%; justify-content: center; align-items: center; font-size: 15px; margin: 2rem; } form > div { width: 120px; }