* {
    background-color: #0B1F3A;
}

label {
    text-transform: uppercase;
    color: white;
}

input {
    background-color: #1F7A63;
    text-align: center;
    color: white;
    
}

form {
    display: grid;
    text-align: center;
    margin-top: 5%;
    border: 1px solid white;
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: auto;
}
.geslacht{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
hr{
    border: 1px solid #1a3a5c;
    min-width: 240px;
}

