.container2 {
    border-radius: 10px;
    background-color: rgb(200, 200, 200, 0.2);
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container2 h5 {
    text-align: center;
    color: #fff;
    font-size: large;
    font-weight: bold;
}

.poster-dl{
    text-decoration: none;
    color: orange;
    text-align: center;
    border-radius: 20px;
}

.poster-dl .fa-bookmark{
    margin-left: 7px;
}

.poster-dl:hover{
    color: #fff;
}

.poster-dl:hover .fa-bookmark{
    transform: rotate(10deg);
}


.container2 img{
    width: 50%;
    margin: 15px 0 10px;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
}


.container2 p{
    color: #fff;
    text-align: center;
    margin: 15px 0 10px 0;
}















.barname-off {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    min-height: 70vh;
}

.barname-off h4 {
    margin-bottom: 15px;
    text-align: center;
}

.barname-off h6 {
    margin-bottom: 25px;
    text-align: center;
}

.barname-off input {
    outline: none;
    border: none;
    text-align: center;
}

.barname-off .form {
    display: flex;
    flex-direction: column;
}

.barname-off .rss {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #554649;
}

