html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #0b0f18;
}

.bg {
  min-height: 100vh;
  width: 100%;
  background-image: url("./bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

