body {
    margin: 0;
    font-family: Arial;
    background-color: #ffffff;
    min-height: 150vh;
}
.banner {
    height: 350px;
}
.banner,
h1,
h2,
p {
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}
h1,
h2,
p {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
}
h1, 
h2 {
    line-height: 1;
    margin-bottom: 0;
}
h1 {
    font-size: 250px;
    font-weight: 800;
    margin-top: -50px;
}
h2 {
    letter-spacing: 41px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
h2 span {
    letter-spacing: 0px;
}
p {
    max-width: 1000px;
    margin: 50px auto;
    line-height: 1.7;
}