:root {
    color-scheme: light-dark;
}

body {
    display: grid;
    place-content: center;
}

.poster-url {
    border-radius: 16px;
}

section {
    display: flex;
    justify-content: center;
    text-align: center;
}

hgroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

img {
    margin: 0 auto;
}