@import url("general.css");
@import url("navi.css");

/* Content Index-Page */
.content {
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    align-items    : center;
    gap            : 30px;
}

.content img:first-child {
    margin-top: 30%;
    width     : auto;
    height    : 100px;
}

#movie {
    width : 90%;
    height: 90px;
}

.content h1 {
    width    : auto;
    height   : 50px;
    /* border: 1px solid grey; */
}

.content p {
    text-align: center;
    width     : 70%;
    hyphens   : auto;
}

p.exclutions {
    font-size: small;
    text-align: justify;
}