#header ul
{
    display:inline;
}
#header ul li a {
    text-decoration:none;
    padding:15px;
    color: azure;
    margin-right:5px;

}
#header ul li 
{
    display:inline;
   
}
body
{
    background-image:linear-gradient(rgba(15, 15, 15, 0.925),
    rgba(0, 0, 0, 0.37)
    ,rgba(0, 0, 0, 0.253),rgba(0, 0, 0, 0.11)),
    url(khm-aussenansicht.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:contain;
}    
#content
{
    font-size: large;
    color:rgb(250, 251, 252);
    font-style:unset;
    text-align: center;
}

#content1
{
   width:30%;
   height:350px;
   margin-top:70px;
   float:left
}
#content2
{
   width:30%;
   height:350px;
   margin-top:70px;
   float:left
}
.heading
{
    color: rgb(243, 239, 239);
    margin-left: 15px;
    font-size:49x;
}
.para1
{
    color: rgba(7, 241, 241, 0.884);
    margin-left: 15px;
    font-size:20px;
}
.more
{
    margin-left:15px;
    text-decoration: none;
    color:rgb(10, 8, 8);
    background-blend-mode: multiply;
 padding:8px;
 font-size:20px;
}
#btimg
{
    margin-bottom: 10px;
    margin-left: 10px;
    border: 5px;
    color: transparent
    border-radius: 360px;
    padding-bottom: 10;
}