body {
    margin: 0;
    padding: 0;
    background: #2f2a25;
    color: #f5f0e6;
    font-family: 'Georgia', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.poster {
    width: 60%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
}
