
body {
  background-color: black;
  background-image: url("https://media.tenor.com/IB9ol7welioAAAAM/dance-vibing.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}