body {
    background: #000;
    color: #e7ddc8;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 3rem 1.4rem;
}

.memorial-container {
    max-width: 680px;
    margin: 0 auto;
}

.memorial-image {
    width: 100%;
    max-width: 100%;
    filter: brightness(1) contrast(1.1);
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
        linear-gradient(to bottom, black 65%, transparent 100%);
    mask-image:
        linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
        linear-gradient(to bottom, black 65%, transparent 100%);
    -webkit-mask-composite: intersect;
    mask-composite: intersect;
    -webkit-user-drag: none;
    pointer-events: none;
}

.name {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0.6rem;
    color: #d6c27a;
    margin-top: -3rem;
}

.years {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #d6c27a;
}

.message {
    font-size: 1.15rem;
    line-height: 1.55;
    opacity: 0.92;
    margin-top: 2rem;
}

footer {
    font-size: 0.9rem;
    opacity: 0.55;
    margin-top: 4rem;
}