body {
    display: grid;
    height: 100vh;
    margin: 0;
    user-select: none;
    width: 100vw;
}

#login {
    display: flex;
    flex-direction: column;
    place-self: center;
    text-align: center;
}
