.informatie-scherm{
    display: flex;
    justify-content: center;

}
.informatie-subscherm{
    display: flex;
    width: fit-content;
    border: solid black;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 15cm;
    flex-wrap: nowrap;

}
.account-form{
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
.account-input{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 10px;

}
.account-input > input{
    border-radius: 10.2px;
    padding: 10px;


}
.informatie-subscherm >input[type=submit]{
   background-color: black;
}
.submit{
    background-color: #9f2b2b;
    border: none;
    color: white;
    border-radius: 10.2px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.menu-elementen{
    display: flex;
    flex-direction: column;
}
.menu-elementen >button{
    background-color: #9f2b2b;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.menu-elementen >button:hover{
    background-color: #772020;

}