html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #17130d;
  background-image: url("./assets/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
