.headline{
    display: flex;
    flex-direction: column;
    align-items:center;
    max-width: fit-content;
    margin: 0 auto;
}

.headline img{
    max-width: 75vw;
    border-radius: 2em;
}

.content {
    display: flex;
    flex-direction: column;
    align-items:center;
    max-width: 75vw;
    margin: 2em auto;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    background-color: #111111;
    border-radius:1em;
}

.content img{
    max-width: 50%;
}