html, body {
min-height: 100vh;
}
body {
background-color: #f00;
background-image: url(https://www.pinclipart.com/picdir/big/519-5192289_fire-clipart.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.