h1{
    font-size: 80px ;
    color:white 

}
h2{
    font-size: 40px;
    text-decoration: underline;

}
.title{
    background-image: url(https://i.pinimg.com/564x/1c/06/f3/1c06f3f4bf046c15908adb169dfad9a8.jpg);
    background-position: center;
    padding: 200px;
   
}

body{
    background-color:dimgray;
    color: white;
}


.navbar{
    background-color: dimgray;
    height: 60px;
}

.navlist li{
    font-size: 30px;
    display: inline-block;
    

}

.navlist li a{
    color: white;
    margin: 0 20px;
    text-decoration: none;
}
.navlist li a:hover{
    color: rgb(116, 238, 136);
}
.navlist li b{
    margin: 300px;


}
.beschreibung{
    font-size: 30px;
    text-align: center;
    margin: 50px;
}
.Quelle{
    font-size: 15px;
}
.insta{
    float:right;
    margin: 20px;
}
footer {
  padding: 10px 30px;
  background: rgb(134, 131, 131);
  color: white;
}

.footer{
    font-size: 20px;
    display: inline-block;
    margin: 10px;
}
.foter:hover{
    color: chartreuse;
}

hr {
    width: 100%;
    height: 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    border: 0 none;
    }
.button{
    text-align: right;
}
a {
    color: white;
    text-decoration: none;
}

.uberuns{
    border: 1px solid white;
  table-layout: fixed;
  width: 1000px;
  background: rgb(134, 131, 131);
  color: white;
  box-shadow: 10px 10px 5px 8px rgb(49, 47, 47);
}
td{
    font-size: 20px;
    margin-right: 0px;
}
.ruven{
    font-size: 50px;
    text-decoration: underline;
}
.nico{
    font-size: 50px;
    text-decoration: underline;
    
}

@media (max-width: 800px) {
   h1{font-size: 40px;}
   .navlist li{font-size: 15px;}
   .navlist li a{margin: 0 8px}
   .uberuns{width: 410px}
   .ruven{font-size: 30px;}
   .nico{font-size: 30px;}
   .td{font-size: 15px;}
   .title{padding: 90px;}
}

@media (min-width: 801px) and (max-width: 1200px) {
    h1{font-size: 80px;}
    
}
