a.Setups{
    color: rgb(0, 0, 255);
    text-decoration: none; 
}

a.Gruppe{
    color: rgb(0, 0, 255);
    text-decoration: none; 
    font-weight: bold;
}

p.Setups {
    font-weight: bold;
}

/* image */
.img {
    background-color: lightgreen;
    width: 100%;
    padding: 20px;
}

/* image steam*/
.img-Steam {
    background-color: rgb(46, 46, 46);
    width: 100%;
    padding: -20px;
    top: -20px;
    position: relative;
}