body {
    background-image: url(background.jpg);
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

h1 {
font-family: 'Hind Siliguri', sans-serif;
font-weight: 500;
color: white;
text-align: center;
text-transform: uppercase;
font-size: 250%;
}

p {    
font-family: 'Hind Siliguri', sans-serif;
color: white; 
}

.text {
text-align: center;
}

.angaben {
    position: absolute;
    bottom: 0%;
}

a {
color: white;
text-decoration: underline;
}

a:visited {
color: white;
}

a:hover {
color: #E9D460;
}