body {
  position: absolute;
  top: 0px;
  background-image: url("https://bakerbear.s3.us-west-1.amazonaws.com/2023list.png");
  background-repeat: no-repeat;
    background-size: cover;
}
.whole {
  height: 1500px;
   background-image: url("https://bakerbear.s3.us-west-1.amazonaws.com/2023list.png");
  background-repeat: no-repeat;
    background-size: cover;
  min-height: 100% !important;
  border: 1px solid transparent;
  padding-bottom: 7em;
}