.bg { background-color: aliceblue; } .wrapper { max-width: 500px; margin: auto; padding: 20px; background-color: white; border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } div { padding-top: 10px; display: flex; justify-content: space-between; } textarea, input[type="text"], input[type="password"], input[type="number"]{ width: 323px; } h2 { text-align: center; margin-bottom: 20px; }