*{
        padding: 0;
        margin: 0;
}
html, body { 
        width:100%; 
        height:100%;
        }
#snow {
        position:relative;
        width:100%;
        height:100%;
//        background:rebeccapurple;
}
body {
   background-image: url("bg.jpg");
   height: 110%;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin: 0px -8px -8px -8px;
}

.center-text {
text-align: center;
}
.text-groot {
font-size: 400%;
}
.text-half {
font-size: 200%;
}
.carma-kleur {
color: #7C5A0B;
z-index: 100;
}
.text-rood {
color: red;
}
.text-groen {
color: green;
}
.text-randje {
text-shadow: 2px 2px white;
}
.low-z-index
{
        z-index: -1;
}
.high-z-index
{
        z-index: 1;
}

