h1 {
    color: turquoise;
    text-align: center;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    font-size: 3rem;
}

body {
    background-color: black;
}

.poster {
    border: 5px solid turquoise;
    width: 100%;
}

.heading {
    font-family: "Libre Baskerville", serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.caption {
    color: white;
    text-align: center;
}

.main-caption {
    color: white;
    text-align: center;
    font-size: 1.5em;
}

div {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 10%;
}

footer {
    color: white;
}
