form {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

label {
    display: block;
}

p {
    margin: 5px;
}

.required:after {
    content: '*';
    color: red;
}
