html,
body {
  height: 100%
}

::placeholder {
  text-align: center; 
}

.bottom {
    bottom:0;
    margin: auto;
    width: 50%;
    text-align: center;
    transform: translateY(-100%);
  }

  .home-background {
    background-image: url("https://aaljwsgznr.cloudimg.io/res.cloudinary.com/hvgdpyed8/image/upload/v1677789910/birds/homepage%20backgrounds/pexels-photo-416179_l99ked.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}