    body{
        background-color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        user-select: none;
    }

    .title{
        border-radius: 8px 8px 0px 0px;
        width: 75%;
        height: 50px;
        background-color: rgb(34, 144, 254);
        color: white;
        padding-left: 20px;
        font-size: 10px;
        border: 1px solid rgb(156, 154, 154); 
        margin: auto;
        margin-top: 3%;
    }

    .box{
        width: 75%;
        height: auto;
        background-color: white;
        color: black;
        padding-left: 20px;
        font-size: 10px;
        border: 1px solid rgb(156, 154, 154);
        border-top: 0px;
        margin: auto;
        padding-top: 1%;
        border-radius: 0px 0px 8px 8px;
        min-height: 200px;
    }

    .getalText{
        display: flex;
        font-size: 18px;
        margin-left: 10%;
    }
    .input{
        display: flex;
        width: 80%;
        height: 28px;
        border-radius: 15px;
        border: 1px solid rgb(156, 154, 154);
        box-shadow: 1px 1px rgb(88, 88, 88);
        padding-left: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
    }

    input:focus {
    outline: none;
    box-shadow: none;
    }

    .keuzes{
        margin-left: 10%;
        margin-bottom: 3%;
        margin-top: 2%;
    }

    #submit{
        display: flex;
        width: 82%;
        height: 40px;
        margin: auto;
        background-color: rgb(34, 144, 254);
        border-radius: 10px;
        font-size: 16px;
        color: white;
        border: 0px;
    }

    #reset{
                display: flex;
        width: 82%;
        height: 40px;
        margin: auto;
        background-color: rgb(243, 193, 27);
        border-radius: 10px;
        font-size: 16px;
        color: black;
        border: 0px;
    }

    .box::after {
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    }



