* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  /* max-width: 800px;
  max-height: 600px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url(bg.jpg); */
  /* background: url(20230806_VolvoMirrorView.364x320.jpg); */
  background: url(20230806_VolvoMirrorView.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.paper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(paper.jpg);
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
  filter: brightness(1.1);
}
