.container{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;

}
.poster-image{
    width: 100%;
}
body{
    background-color: rgba(50,50,50,1)
}
iframe{
    padding: 1vw 0;
}
img{
    padding: 1vw 0;
}
.footer{
    background-color: rgba(50,50,50,1);
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer .container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Center the content */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.125;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-style: normal;
}