body {
    height: 3056px;
    background-image: url("images/vertrekbg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment:scroll;
}

.contents {
    width:1000px;
    margin:10px auto;
    
}

.textbox {
    float:left;
    width:600px;
    margin-left:100px;
    margin-top:20px;
    margin-bottom:40px;
}

.text {
    font-family: 'Catamaran';
    font-size: 16px;
    line-height: 1.7;
    text-shadow: 0 0 2px white, 0 0 6px white;
}

.odd {
    font-family: 'Battambang';
    font-size: 17px;
}

.odder {
    font-family: 'ABeeZee';
    font-weight: 600;
}

.weird {
    font-family: 'Corben';
    font-size:19px;
    font-weight:900;
}

.color {
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow:0 0 ;
}

.nadruk {
    font-size: 120%;
}

.underline {
    text-decoration: underline;
}

.move {
    text-shadow: -2px 0 rgba(0, 0, 0, 0.5), -4px 0 rgba(0, 0, 0, 0.2), 0 0 4px white, -4px 0 4px white;
}

.dream1 {
    font-family: 'Agu Display';
}

.dream2 {
    font-family: 'Bonbon';
}

.dream3 {
    font-family: 'Copse'
}
.dream4 {
    font-family: 'Coral Pixels';
    text-shadow: -1px -1px 0 #000,
     0   -2px 0 white,
     1px -2px 0 white,
     1px  0   0 white,
     1px  1px 0 white,
     0    1px 0 white,
    -2px  1px 0 white,
    -2px  0   0 white;
}

