:root{
    --text-width: 900px;
}



main .content__wrapper{
    width: var(--width);
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

main .content__wrapper .content{
    width: 900px;
}
main .content__wrapper .content img{
    max-width: 900px;
    height: auto;
}

main a p{
    color: #000;
}

main .content__wrapper .content h1{
    font-family: 'Koulen';
    font-size: 5rem;
    font-weight: 200;
    border-bottom: #000 2px solid;
    margin-bottom: 30px;
}


main .content__wrapper .content h2{
    font-family: 'Koulen';
    font-size: 3rem;
    font-weight: 200;
}

main .content__wrapper .content p{
    font-family: 'Roboto';
    font-size: 2.1rem;
    margin-bottom: 20px;
}



main .content__wrapper div .content div{
    font-family: 'Koulen';
    font-weight: 200;
}



main div .sidemenu{
    margin-top: 30px;
    width: 420px; 
    /* position: fixed; 
    right: calc(50% - 650px);  */
}

main div .sidemenu .green{
    color: var(--color-white);
    padding: 20px;
    background-color: var(--green);
}


main div .sidemenu .green h4{
    font-family: 'Koulen';
    font-weight: 100;

}

main div .sidemenu .green p{
    margin-bottom: 5px;
}

main div .sidemenu .grey{
    background-color: var(--grey);
    padding: 20px;
}

main div .sidemenu .grey h4{
    margin-bottom: 10px;
}

.commentaar{
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.comment-frm .comment thead th{
    font-family: 'Koulen';
    font-size: 6rem;
    font-weight: 200;
}

.comment-frm .comment{
    display: grid;
}

.comment-frm .comment tbody tr td{
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
}

.comment-frm .comment tbody tr td label{
    font-size: 2rem;
    font-family: 'Roboto';
}

.comment-frm .comment tbody tr td input{
    width: 100%;
    font-family: 'Roboto';
    height: 40px;
    padding: 10px;
    font-size: 2rem;
}

.comment-frm .comment tbody tr td textarea{
    font-family: 'Roboto';
    font-size: 2rem;
    padding: 10px;
}


.btn-green:hover{
    background-color: hsl(159, 24%, 21%);
}

.comments{
    width: 600px;
    background-color: #DDDDDD;
    border-radius: 5px;

}

.comments tbody{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.comments tbody tr{
    background-color: #fff;
    width: 600px;
    padding: 10px;
    border-radius: 5px;

}

.comments tbody tr td a{
 color: #000;
}

.comments tbody tr .reactie{
    display: flex;
    gap: 5px;
   }

   .comment tbody tr .dieene {
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

   .comment tbody tr td a{
 color: #000;
 text-decoration: underline;
}

.private form{
    width: 100%; 
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.private{
    min-width: 1440px;
    height: 500px;
    background-color: #DDDDDD;
}

.private form i{
    font-size: 50px;
}
.private form .pswrd{
    padding: 10px;
    font-family: 'Roboto';
}