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