.Kast1{
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.btn1{
    position: absolute;
    width: 200px;
    right: 10px;
}

/* CARDS             ADD Padding */

 .Kast2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;

} 

.card {
    margin: auto;
    height: fit-content;
    margin-top: 30px;
}

.card-btn{
    width: 19rem;
    background-color: rgb(5, 203, 237);
    border-radius: 5px;
    color: black;
    border: none;
    height: 2rem;
}

.thead-dark{
    background-color: black !important;
    color: white !important;
}

.tableOverzicht{
    margin-top: 20px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.navbar{
    width: 100% !important;
}

.profile-foto{
    margin-left: 83%;
}

@media only screen and (max-width: 600px)  {
    .profile-foto{
        margin-left: 0%;
    }
}