#kleuren {
    color:
    #F9F1EB
    #19D9D6
    #466E67
    #99A68C
    #3EAEB2
  }

@font-face {
    font-family: headerFont;
    src: url(fonts/BodoniFLF-Bold.ttf);
  }

* {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15pt;
}


body {
    background: #19D9D6;
    margin: 0;
    margin: auto;
}

h1 {
    text-align: center;
    font-family: headerFont;
    font-size: 70pt;
    letter-spacing: 30px;
    -webkit-text-stroke-width: 3px;
    background: #F9F1EB;
    -webkit-text-stroke-color: black;
    margin-bottom: 0pt;
    margin-top: 0pt;
}

p {
    color: black;
    background-color: #F9F1EB;
    margin-top: 2rem;

    padding: 3rem;
    border-radius: 8px;
    box-shadow: 1rem 1rem #466E67;
}

.menu{
    background-color: #F9F1EB;
    text-align: center;
}

.menu a{
    background-color: #1AD9D6;
    border: none;
    color: #F9F1EB;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16pt;
    border-radius: 8px;
}

.menu a:hover {
    background-color: #38FFFC;
    color: white;
    transition-duration: 0.4s;
  }

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.persoonlijkefoto {
    width: 140px;
    float:left;
    height:205px;
    margin:15px;
}

.persoonlijkefoto h2 {
    text-align: center;
    margin-top: 2px;
}
