body{
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    background-color: grey;
}

#baustelle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#baustelle img{
    width: 40%;
    height: auto;
    display: block;
}

.titles{
    text-align: center;
}