body {
    background: no-repeat url(images/red-curtains.webp);
    background-size: cover;

}

.main-title-div {
    max-width: fit-content;
    max-height: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.title-div {
    border: beige dotted 20px;
    border-radius: 50px;
    max-height: fit-content;
    max-width: fit-content;
    display: inline-flex;
    padding: 20px;
    font-size: 30px;
    align-items: center;
    position: relative;
}

.center-body {
    background-color:black;
    width: 70%;
    display: block;
    height: fit-content;
    margin: auto auto;
    background: url(images/swirly.gif);
    border: white double 10px;
}

.individual-movie-div {
    color: antiquewhite;
    border-top: white solid 5px;
    border-bottom: white solid 5px;
    align-items: center;
    
}

.poster-div {
    margin-left: 20px;

}

.poster-div > img {
    border-radius: 15px;
    width: 300px;
    height: 400px;
}

.paragraph-div {
    font-size: 1.5rem;
    color: whitesmoke;
    max-width: 60%;
    margin-left: auto;
    margin-bottom: auto;
    position: relative;
    bottom: 400px;
    right: 20px;
}