<div class="bg page-holder">
  <div class="head-style mx-auto">
  </div>
  <h2>LazyPanda Tech</h2>
</div>
.page-holder {
    min-height: 100vh;
  }

  .bg {
    background-image: url("https://storage.googleapis.com/lazy-panda-tech-1586624890532.appspot.com/lp-blog/1599983385574.jpg");
    height: 100%;
    background-position-y: bottom;
    overflow-y: auto !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

h2 {
    text-align: center;
    color: #FFF;
 }

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.