*{
    margin;0;
    padding:0;
}
 
body{
    margin:0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    color:pink;
    line-height: 1.6;
}

#showcase{
    background-image: url('../img/gloeilamp-staand.png'); /* let op enkele of dubbele directory */
    background-size:cover;
    background-position: center;
    height: 100vh;
    display:flex;
    flex-direction:column;
    justify-content: top;
    align-items:center;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
  
a:visited {
    color: pink;
    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;
}
