body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#formDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 50vh;
    background-color: #0D47A1;
    border-radius: 20px;
}

#loginForm {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
}

#registerForm {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
}

a {
    color: #E3F2FD;
    padding: 10px;
}

/*
KOLORY CIEMNE
    https://colorhunt.co/palette/0b244719376d576cbca5d7e8
    https://colorhunt.co/palette/070f2b1b1a55535c919290c3
    https://colorhunt.co/palette/2f2fe4162e931a1953080616
    https://colorhunt.co/palette/121358232f722f578a36ada3

KOLORY JASNE
    https://colorhunt.co/palette/3368a066a3bfc8dfdbf2efe7
    https://colorhunt.co/palette/e3f2fd90caf92196f30d47a1
    https://colorhunt.co/palette/2936814274d995ccddd0e7e6
    https://colorhunt.co/palette/9fa1ffb5baffaee2ffd9f9df
*/