html {
    background-color: black;
}

.poster {
    width: 50%;
    margin-left: 25%;
    margin-top: 50px;
    text-align: center;
    color: white;
    font-family: 'Caveat', cursive;
}

h1 {
    text-transform: uppercase;
    font-size: 3rem;
}

img{
    border: 5px solid yellow;
    width: 100%;
}

p {
    color: white;
    font-size: 2rem;
}