body {
  color: black;
}
.image-background {
  height: 100vh;
  min-height: 500px;
  background-image: url("/bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
