body {
    margin: 0;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
}

img {
    height: 100vh;
    width: 100vw;
}