body {
    background-color: #fff;
    color: rgba(26, 24, 24, 0.85);
    font-family: Sans-Serif;
    text-align: center;
    
}
  
a {
    color: #008cba;
    text-decoration: none;
}

h2{
    
    font-weight: 500 !important;
}
h3{
    font-weight: 500 !important;
}
  
img{
    max-width: 80%;
    width: 350px;
    height: auto;
}

.wrap{
    max-width: 1000px;
    margin: auto;
}

.dleistung{
    margin-top: 2em !important;
}