div {
  display: flex;
  justify-content: center;
  background-image: url("../../assets/img/bck.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

