:host { display: block; } .appeal-container { display: flex; flex-direction: column; min-height: 80vh; } main { flex: 1; display: flex; flex-direction: column; overflow-y: auto; } .formPage { display: flex; flex-direction: column; align-items: center; text-align: center; margin: auto; }