a {
color: white;
}
body {
background-color: black;
background-repeat: no-repeat;
background-attachment: fixed;
}
.header {
}
.headline {
text-align: center;
color: white;
}
.navbar {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.container {
}
.footer {
color: white;
padding-top: 20px;
padding-left: 20px;
}