:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.poster-page {
  width: min(100%, 1782px);
  padding: 0;
}

.poster-image {
  width: 100%;
}
