
    #top {
            text-align: center;
        }
        body {text-align: center;
       }


        
    #navigation a {
            text-align: center;
            font-size: 20px;
            padding: 20px;
            margin-top: 8px;
            color:rgb(73, 67, 67);
            font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
        #navigation a:hover {
            color:rgb(192, 153, 45, 0.911);
        }
#image img{
    width: 40%;
}
#instagram img{
    width:40px;
    float: right;
    margin-left:20px;
}   
.boxx {
    background-color: lightgray ;
    height: 38px;
}         

#nav a{
    display: inline-block ;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color:rgb(73, 67, 67);
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
#nav a:hover {
    color:rgb(192, 153, 45, 0.911);
}
#nav h2{
    font-size: 25px;
    margin-left: 40px;
    padding-top: 20px;
    color:rgb(73, 67, 67);
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

            
 
#items img{
    margin: 15px;
    margin-top:25px;
       max-width:200px;
       min-width: 30px;
}


#produkte {
    display:grid;
    grid-template-columns: repeat(3, 5fr);
width:100%;
height:auto;
}


#produktuebersicht {
    color:rgb(73, 67, 67);
    font-weight: bold;
            font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
}
#produktuebersicht img {
    padding-bottom: 10px;
    padding-top: 20px;
    width: 80%;
height: auto;}
    
    #items h2{
    font-size: 25px;
    text-align: center;
            padding: 20px;
            margin-top:20px;
            color:rgb(73, 67, 67);
            font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
footer{
    padding-top: 20px;
position:relative;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color:rgb(73, 67, 67);
font-size: 11xp;
width: 100%;

}
.footer-content {
    font-size: 12px;
        Text-align: center;
    margin: 10px}

.footer-content a{
    font-size: 12px;
    font-family:-apple-system, BlikMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 color:rgb(73, 67, 67);
margin: 10px}
.footer-content a:hover {
                color:rgb(192, 153, 45, 0.911);}

.footer-bottom {
       font-size: 13px;
}

@media (max-width: 800px)
{
.boxx
{padding: 15px;}

#produktuebersicht img {
    width: 150px;
}

}