*{
    margin;0;
    padding:0;
}
 
body{
    margin:0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    color:black;
    line-height: 1.6;
}

#showcase{
    background-image: url('../img/background.jpg'); /* enkele of dubbele directory afhankelijk locatie */
    background-size:cover;
    background-position: center;
    height: 100vh;
    display:flex;
    flex-direction:column;
    justify-content: top;
    align-items:center;
}

a:link {
    color: orange;
    background-color: white;
    text-decoration: none;
}
  
a:visited {
    color: red;
    background-color: transparent;
    text-decoration: none;
}
  
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
  
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}
