/* styles.css */

body {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
