@font-face {
    font-family: OddvalSemibold;
    src: url(/fonts/OddvalText-SemiBold.otf);
}
@font-face {
    font-family: OddvalSemiboldItalic;
    src: url(/fonts/OddvalText-SemiBoldItalic.otf);
}
html{
    background-color: rgb(255, 0, 115);
}
h1{
    font-family: OddvalSemibold;
    color: whitesmoke;
    font-size: 50px;
    display: inline-block;
    margin: auto;
    padding-left: 200px;
}
fieldset{
    background-color: whitesmoke;
    border: 3px solid rgb(255, 0, 115);
    color: rgb(49, 38, 38);
    margin: auto;
    width: 700px;
    padding: 5px;
}
legend{
    color: rgb(255, 0, 115);
    font-size: 20px;
}
form{
    background-color: whitesmoke;
    font-family: OddvalSemibold;
    margin: auto;
    width: 900px;
    padding: 3em;
}
.uitlegFormulier{
    width: 700px;
    margin: auto;
}
input, textarea, select{
    font-family: OddvalSemiboldItalic;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 0, 115);
    background-color: whitesmoke;
    padding: 5px;
}
label{
    color: rgb(255, 0, 115);
        display: inline-block;
        width: 200px;
        text-align: right;
        font-weight: bold;
        padding: 5px;
}
footer{
    color: whitesmoke;
    text-align: center;
    font-family: OddvalSemiboldItalic;
    font-size: 10px;
    padding: 5px;
}
ul{
    list-style-type: none;
}
input[type=radio] {
    margin-left: 220px;
    width: 15px;
}
.radiotitel{
    display: block;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}
.radiolabel{
    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    color: rgb(49, 38, 38);
    font-family: OddvalSemiboldItalic;
}
.logo{
    float: left;
    margin-left: 20px;
}
input[type=button], input[type=submit]{
    background-color: rgb(255, 0, 115);
    border: none;
    text-align: center;
    color: white;
    padding: 5px;
    width: 100px;
    margin-left: 708px;
    margin-top: 15px;
}