img {
    width: 100vw; 
    height: 100vh;
  
    object-fit: contain;
    display: block;
}
body {
    margin: 0;
}
