body, html {
  height: 100%;
}

body {
  /* The image used */
  background-image: url("https://media.discordapp.net/attachments/602649248193970199/984249760389165056/Minecraft_Shaders_with_Background_Music_Forest.gif");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  color: white;
}

p {
  color: white;
}
