body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url('../images/background.jpg');
    background-size: cover;
}

#errorMessage {
    color: red !important;
    margin-top: 30px;
}