I'm trying to set up a background-image to cover the whole screen, but it still doesn't cover the whole page, but only the upper part of it. What am I doing wrong?
body {
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/104215/launch-day-boom_copy.svg");
background-repeat: no-repeat;
background-size: cover;
}