html {
    background-color: #f0f2da;
    
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
  }

header{
    margin-top: 50px;
    margin-bottom: 50px;
}

.primair_logo{
    display: block;
    margin: auto;
    margin-right: auto;
}

h1{
    color: #000;
    font-weight: bold;
    font-size: 50px;
    padding: 25px;
    padding-left: 250px;
}

h3{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-left: 350px;
    padding-bottom: 15px;
    width: 500px;
    display: flex;
    align-items: flex-start;
}

.container {
    display: flex;
    align-items: flex-start;
    padding-left: 50px;
}

.gegevens,
.voorkeuren{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-left: 50px;
    padding-bottom: 15px;
    width: 500px;
}

p{
    width: 500px;
    padding-left: 300px;
    font-size: 15px;
    font-weight: 500;
}




label {
    display: inline;
    margin-right: 10px;
    list-style-type: none;
}

input[type=radio] {
    width: auto;
    height: auto;
    transform: scale(1);

}


input, textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: #f0f2da;
    height: 50px;
    border-width: 1px;
    margin-bottom: 30px;
    margin-top: 5px;
}


.button_verzenden{
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: auto;
    display:flex;
    width: 250px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 25px;
}

.button_reset{
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    margin-right: auto;
    display:flex;
    width: 250px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-left: 50px;
}

.button_verzenden:hover, 
.button_reset:hover {
    background-color: #5a5757;
}

legend{
    margin-bottom: 20px;
}

label{
    margin-bottom: 10px;
    margin-top: 20px;
}

.select{
    margin-bottom: 50px;
}

form {
    border: none; /* Verwijder eventueel standaard border */
}
