.home-section#section-intro {
    background: url("/assets/img/forerunner.map/bg/intro.jpg");
}

.home-section#section-about {
    background: url("/assets/img/forerunner.map/bg/about.jpg");
}

.home-section#section-downloads {
    background: url("/assets/img/forerunner.map/bg/download.jpg");
}

.home-section .box {
    backdrop-filter: blur(30px);
}

.home-section#section-intro h1 {
    text-shadow: 0px 2px 10px #0000008c;
}

.home-section#section-intro p {
    text-shadow: 0px 2px 5px #0000008c;
}

.home-section#section-intro .button {
    backdrop-filter: blur(15px);
}