.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1 {
    justify-content: center;
    color: white;
    text-align: center;
    background-color: black;
    position: static;
}