body {
    font-family: Arial, Helvetica, sans-serif;
    color: #707070;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.topnavbar {
    display: flex;
    background-color: #DDCFCF;
    text-underline-offset: unset;
}


.topnavbar  #logotitel {
    margin-top: 23px;
    margin-left: 35px;
    font-size: 24px;
    color: #707070;
    text-underline-offset: unset;

}

.topnavbar .nav {
    margin-left: 580px;
    list-style-type: none;
    color: #707070;
}

.topnavbar .nav li {
    display: inline-block;
    padding: 15px;
    color: #707070;
 }

 .topnavbar a {
    text-decoration: none;
    color: #707070;
 }

 #logo {
    width: 50px;
    height: 50px;
    padding: 10px;
}


.introcontainer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 50px;
}
 
.introcontainer .card:nth-child(1) {
    grid-column-start: 2;
    grid-column-end: 5;
}

.introcontainer .card:nth-child(2) {
    grid-column-start: 7;
    grid-column-end: 13;
}


#palm {
    width: 230px;
    height: 300px;
    border-radius: 20px;
    margin-right: 5px;
}


#vaas {
    width: 230px;
    height: 300px;
    border-radius: 20px;
}

.mijnwerk-images {
    display: flex;
    justify-content: space-around;
}

.mijnwerk-images img {
    width: 60%;
    border-radius: 12px;
    padding-right: 10px;
}

.overmij-images img {
    width: 0%;
    border-radius: 12px;
    padding-right: 10px;
}

footer {
    background-color: #DDCFCF;
    text-underline-offset: unset;
}

footer li {
    list-style-type: none;
}

footer a {
    text-decoration: none;
    margin-left: 1000px;
    color: #707070;
}

main {
    flex: 1;
}
