@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Cairo", sans-serif;
}

div {
  width: 30%;
}

img.poster {
  width: 100%;
}

img.logo {
  width: 30%;
  /* top: 20px; */
  /* left: 20px; */
  /* margin-top: 20px; */
  /* position: absolute; */
}

@media (max-width: 768px) {
  div {
    width: 100%;
  }
}
