body{
    background-color: rgb(20, 20, 20);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 16px;
}

#top{
    text-align: center;
}

#toplogo{
    display: block;
    font-size: 32px;
    font-weight: bold;
    max-width: 100%;
    height: auto;
    overflow: initial;
}

nav{
    text-align: center;
}

nav ul{
    list-style-type: none;
}

nav li{
    display: inline;
    margin: 10px;
    border:  rgb(39, 39, 39);
    border-radius: 5px;
}

nav a{
    text-decoration: none;
    color: white;
}

nav a:hover{
    color: red;
}

#wrapper{
    background: black;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid  rgb(32, 32, 32);
    border-radius: 5px;
}


main{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    text-align: justify;
}

main nav a{
    padding-left: 5px;
    padding-right: 5px;
    color: grey;
}

h2{
    color: blanchedalmond;
    text-align: justify;
    padding-top: 20px;
}

h3{
    margin-top: 30px;
}

.article a{
    text-decoration: none;
    color: white;  
    font-size: 18px;
}

.article img{
    float: left;
    padding: 5px;
    margin-right: 10px;

}

.article p {
    padding-left: 15px;
    padding-bottom: 10px;
}

.article p a {
    text-decoration: underline;
    font-size: 16px;
}

 
.iframe-behaelter {
    padding-top: 56.25%;
    position: relative;
}

.iframe-behaelter iframe {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

.iframe-behaelter-behaelter {
    width: 90%;
    margin: auto;
}


.iframe-behaelter-behaelter-bands {
    width: 75%;
    margin: auto;
}


footer{
    margin-top: 40px;
    text-align: center;
    font-size: 12;
}

footer ul{
    list-style-type: none;
}

footer li{
    display: inline;
    margin: 10px;
    border:  rgb(39, 39, 39);
    border-radius: 5px;
}

footer a{
    text-decoration: none;
    color: white;
}

footer a:hover{
    color: red;
}

footer p{
    margin-top: 20px;
}

.red p{
    margin-top: 15px;
    color: red;
    text-align: center;
}

.rednormal p{
    margin-top: 15px;
    color: red;
}


.shoparticle a{
    text-decoration: none;
    color: white;  
    font-size: 18px;
}

.shoparticle img{
    float: left;
    padding: 5px;
    margin-right: 10px;

}

.shoparticle p {
    padding-left: 15px;
    padding-bottom: 10px;
    
}

.red a{
    color: red;
}

.red a :hover{
    color: blue;
}