body {
    padding-left: 20px;
    padding-right:20px;
    background-color: rgb(253, 253, 253);    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    
  }

  h1 {
    
    font-size: 40px;
  }

.mitte {
    display:flex;
    justify-content: center;    
    align-items: center;
    margin:auto;
}
nav {
  backdrop-filter:blur(2px)  }

nav {
    position: sticky;
    top:0;
    font-weight: 500;
    z-index: 99;
}
nav a {
    padding: 10px;
    text-decoration: none;
    color: beige;
    }
a:hover{
    color: #854442;
}

h2:hover{
   color: #854442;
   
}
section {
    font-size: 14px;
    
    border-style:dotted ;
    border-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height:auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 20px;

  }




a {
    text-decoration: none;
    color: rgb(247, 240, 240);
}

  footer {
    padding-top: 50px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
   
  }


