
.wrapper{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    display: block;
    justify-content: center;
    text-align: center;
}
.wrapper h2{
    text-align: center;
    font-style:oblique;
    font-weight: bold;
}
.betont{
    color: chocolate;
    font-weight: bolder;
}

.kurs_datum{
    font-size: medium;
    font-style: oblique;
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}
.Container{
    margin-top: 50px;
}
.zoom-container-isa-img-homepage{
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: auto;
}

body{
    background-color:rgb(245, 206, 210);
}

div em{
    font-weight: bold;
}