body {
    height: 800px;
    font-family: Verdana;
    background-image: url("https://ict-clan.com/bilder/bg-orange.jpg");
    padding-left: 50px;
    padding-right: 50px;
}

header,
nav,
main,
aside,
footer {
    display: block;
}

header {
    background-color: #ffd440;
    background-image: linear-gradient(to top, #ffd440, #ffa600);
}

.schiff-header {
    width: 30%;
    padding-top: 25px;
}

.logo-header {
    width: 35%;
}

a {
    font-size: 18px;
    font-weight: bold;
    color: rgb(222, 222, 222);
    text-decoration: none;
}

a:hover {
    color: rgb(180, 0, 0);
    text-decoration: underline;
}

nav {
    text-align: center;
    background-color: #ffd440;
    background-image: linear-gradient(#ffd440, #ffa600);
    width: 180px;
    height: 800px;
    float: left;
}

.navi {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    border: transparent;
    border-spacing: 5px;
    border-collapse: separate;
}

.Zelle {
    background-image: linear-gradient(#408532, #37b91d);
}

main {
    background-color: #ffd440;
    margin-left: 180px;
    margin-right: 180px;
    height: 800px;
}

aside {
    background-color: #ffd440;
    background-image: linear-gradient(#ffd440, #ffa600);
    text-align: center;
    width: 180px;
    height: 800px;
    float: right;
}

footer {
    background-color: rgb(160, 160, 160);
    font-size: 16px;
    text-align: center;
}

.Teamspeak {
    width: 400px;
    height: 750px;
}

.Haupt {
    width: 100%;
    height: 795px;
}

.twitch {
    text-align: center;
}