body {
    background-color: #f9f7f1;
}

.info-content {
    text-align: center;
}

.info-and-comments {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
    color: #2f2f2f;
    padding: 10px 12px 15px 12px;
    background-image: url("/Images/Zeitungspapier_revision.PNG");
    background-size: cover;
    text-align: center;

    font-weight: 900;
    transform: rotate(-3deg);
    font-size: 1.8rem;
}

.comments {
    margin-bottom: 5%;
    margin-top: 5%;
}

video {
    width: 70%;
    height: auto;
}
audio{
    width: 70%;
    height: auto;
}

#times {
    margin-top: 5%;
    text-align: left;
    padding-left: 15%;
}

.text-sources {
    margin-top: 5%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.text-sources h1 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1040px) {
    .title {
        line-height: 1;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    video {
        width: 100%;
        height: auto;
    }

    #info {
        margin-top: 5%;
    }

    #times {
        margin-top: 5%;
        text-align: left;
        padding-left: 0%;
    }

    .text-sources {
        margin-top: 10%;
        margin-left: 0%;
        margin-right: 0%;
        max-width: 100%;
        text-align: left;
    }
    #populaer{
        margin-bottom: 3%;
    }
}
