.container { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .content { max-width: 800px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .verification-code-input { text-align: center; max-width: 80px; width: fit-content; } .submit-button { margin-top: 20px; } header { font-size: xx-large; font-weight: bolder; }