body, html {
    height: 100%;
    margin: 0; /* Removes default body margin */
    padding: 0;
}

body {
  background-image: url('home.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  height: 100vh;
}

h1, p {
    /* Optional: Style your content to be readable on the background */
    color: white;
    text-align: center;
    padding-top: 50px;
}
