body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('images/http-218-home.png') no-repeat center center/cover;
    filter: blur(3px);
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.center-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 80%;
}

.center-text h1 {
    font-size: 4rem;
    margin-bottom: 100px;
}

.center-text h2 {
    font-size: 2.5rem;
    opacity: 0.9;
    line-height: 1.4;
}