
body {
    min-height: 100vh;
}

.invalid {
    background-color: red;
}

.valid {
    background-color: greenyellow;
}
