@font-face {
    font-family: Montserrat;
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  }
  
  * {
    font-family: Montserrat, Arial;
  }
  

body {
    background-image: url("images/achtergrond.jpg");
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: whitesmoke;
    text-align: center
}

.centralizedText {
    text-align: center
}

.link {
    text-decoration: none;
    color: inherit;
    font-size: small;
}


