*
{
    margin: 0;
    padding: 0;
}

#header
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/binnenkort-halfopen-gordijn.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
}

h1.header-weidemontage
{
    font-size: 3em;
    padding: 0.5em;
}

p.header-weidemontage
{
    font-size: 1.5em;
}

.meldingstext
{
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.hide-link {
    text-align: center;
    padding: 20px;
    color: #fff;
}

.how-to-link {
    color: #fff;
}