
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
	color:white;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
	 background-image: url('Sternhimmel.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    
}

header {
    background: #333;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    text-align: center;
}

main {
    padding: 20px;
}
#Text{
	text-align: center;
	color:white;
}
#Informationen, #Termine{
	color:white;
}
#Bild{
	width:30%
}
#box{
	display:flex;
	justify-content:space-around;
}