.content{
    font-size: medium;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
}

h2{
    font-weight: bolder;
    margin-top:30px;
}

h4{
    margin-top: 30px;
}

ul {
  list-style-position: inside;
}

body{
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    min-height: 100vh;
    background-image:url("../pictures/stockfoto/hintergrund.png");
    background-size: cover;
    background-position: center;
}