body {
  background-image: url("papier.PNG");
  background-size: cover;
}

h1 {
  color: ;
  text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
    text-align: center;
}
#mail {
    text-align: center;
    font-family: verdana;
    font-size: 19px;
    color: black;
}
.barbutton{
  background-color: white; 
  border: none;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 3px;
  transition-duration: 0.4s;
  cursor: pointer;
  
}
#Opzoekingen {
  border-radius: 5px;
  background-color: white; 
  color: black; 
  border: 5px solid ghostwhite;
}
#Opzoekingen:hover {
  background-color: white;
  color: mediumaquamarine;
    
}
#Mijzelf{
  border-radius: 5px;
  background-color: white; 
  color: black; 
  border: 5px solid ghostwhite;
}
#Mijzelf:hover{
   background-color: white;
   color: mediumaquamarine;
}
#Home{
  border-radius: 5px;
  background-color: white; 
  color: black; 
  border: 5px solid ghostwhite;
}
#Home:hover{
   background-color: white;
   color: mediumaquamarine;
}
#Clevers{
    border-radius: 5px;
  background-color: white; 
  color: black; 
  border: 5px solid ghostwhite;
}
#Clevers:hover{
    background-color: white;
   color: mediumaquamarine;

}
#Buttons{
 text-align: center;   
}
.Mail{
  background-color: white; 
  border: none;
  padding: 5px 40spx;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 3px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 15px;
  color: black; 
  border: 5px solid ghostwhite;
  width: 14.2%;
}
.Mail:hover{
    text-decoration: underline;
}
.Slot{
    position: fixed;
    bottom: 0;
    width: 100%;
}
#banner{
    width: 100%;
}
.tekst{
    padding-top: 7px;
    padding-bottom: 40px;
}
.titel{
    font-size: 400%;
}
.inleiding{
    text-align: center;
    font-size: 300% !;
    padding-top: 20px;
}
.ganaar{
    padding-top: 50px;
}
.groter{
    font-size: 300%;
}
#inleidingtekst{
    font-size: 150px;
}
b{
    font-size: 25px;
}
.tools{
    color: black;
}
#youknow{
    font-family: verdana;
    font-size: 20px;
    text-align: center;
}
li {
    font-family: verdana;
    font-size: 20px;
    text-align: center;
}
.handtekening{
    text-align: center;
}