html {
  background: url("./hope.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  height: 100%;
}
