*{
    /* outline: 1px solid red; */
}
body,html{
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: lightgrey;
}

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

h1{
    display: block;
    margin-bottom: 0px;
    font-size: 40px;
}

#login{
    width: 400px;
    height: 400px;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
#nutzername{
    margin-top: 50px;
}
#password, #password2{
    margin-top: 15px;
}
input{
    border-radius: 5px;
    height: 50px;
    width: 90%;
    font-size: 20px;
    text-align: center;
}
button{
    margin-top: 15px;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
    width: 92%;
}
#reg{
    width: 400px;
    height: 450px;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}