body {
    font-family: Helvetica, Arial, Sans-Serif;
    background-color: black;
}

div.content {
    background-color: #95b7c0;
    padding: 10px 20px 10px 20px;
    min-width: 300px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 8px;
}

p.baustelle {
    text-align: center;
}

p.baustelle img {
    width: 200px;
}
