body {
    width: 375px;
    font: 12pt Helvetica, sans-serif;
    font-family: 'Barlow', sans-serif;
} 

.header {
    padding: 15px;
    text-align: center;
    background: #FF964F;
    color: white;
    font-size: 20px;
  }

  .image-width{
    width: 375px;
  }

  .content-kleur{
    background: #FF964F;

  }

  .links-onder {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }

  .container {
    position: relative;
    text-align: center;
    color: white;
  }

  h1 {
    font-size: 40px;
  }

  .links-boven {
    position: absolute;
    top: 8px;
    left: 16px;
  }

  .knop {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #FF964F;
    border-radius: 12px;
  }

  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border: 3px solid #FF964F; 
    flex-wrap: wrap;
    text-align: center;
  }

  .ronde-foto{
        border-radius: 50%;
  }

  .border-kleur{
    background-color: #f9f9f9;
  }

  .center h2{
    width: 100%;
    margin: 0;
  }

  body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .bottomnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .bottomnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .bottomnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .bottomnav a.active {
    background-color: #FF964F;
    color: white;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container#cardcontainer {
    padding: 2px 16px;
    color: black;
  }