body,html{
    width: 100%;
    height: 100%;
}

body{
    background-color: black;
    color: lightgreen;
}

#center{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.errMsg{
    color: red;
}