

.mand {
    background-image: url('afbeeldingen/achtergrond_mand.jpg');
    background-position: center 50%;
}

h1 {
    margin: auto;
    color: palevioletred;
    font-size: xx-large;
    padding-left: 2%;
    padding-top:  2%;
}

.kader {
    position: relative;
    margin: auto;
    
    height: 932px;
    width: 932px;
    border-width:16px;
    
    border-style:solid;
    border-color:palevioletred;
  }

.bottomcenter {
position: absolute;
top: 90%;
bottom: 8px;
width: 100%;
text-align: center;
font-size: 18px;
}

#mandtekst {
    color: paleturquoise;

}

table {
    background-color: rgba(216, 112, 147, 0.459);
    border: 6px solid palevioletred;
    border-collapse: collapse;
}

td, th {
    border: 6px solid palevioletred;
    padding: 6px;
}