body {
  background-image: url('https://media.tenor.com/VR-9OUaPcXAAAAAM/cat.gif');
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}