header h1 {
    text-align: center;
}   
ul {
    list-style: none;
}
table {
    padding-left: 2.5%;
    border-collapse: separate; 
    border-spacing: 10px; 
    border-color: rgb(188, 207, 207);
}
td {
    padding: 10px; 
    border: 1px solid white; 
    border-radius: 10px;
}
main section {
    width: 75%;
    padding-left: 12.5%;
}
main {
    text-align: left;
}
p {
    font-size: 18px;
    padding-left: 3%;
}
li {
    font-size: 18px;
}
h3 {
    font-size: 24px;
}
header {
    text-align: center;
}
header a {
    padding-left: 1%;
    padding-right: 1%;
}
section {
    text-align: left;
}
footer {
    padding-left: 9.5%;
}
body {
    font-family: sans-serif;
    background-color: black;
}
a:link {
    color: yellow; 
    text-decoration: none; 
}
a:visited {
    color: lightyellow; 
}
a:hover {
    color: red; 
    text-decoration: underline; 
}
a:active {
    color: orange;
}
h1, h2, h3, tr, table, p, section {
    color: rgb(188, 207, 207);
}
footer p {
    padding-top: 1px;
}
video, img {
    max-width: 50%;
    max-height: 33.3%;
}
.allgemein {
    color: rgb(206, 203, 203);
}
.daten {
    color: rgb(236, 236, 236);
}
.ausstatung {
    color: rgb(206, 203, 203);
}