html, body { height: 100%; background-image: url("../img/background.png"); background-position: center center; background-repeat: no-repeat; background-color: black; color: white; display: grid; align-items: center; justify-self: center; }