body {
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.portrait-image {
    display: block;
    margin: 0 auto 32px auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.container {
    max-width: 60vw;
    min-width: 320px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.title {
    font-family: 'Noto Serif', serif;
}

h1 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 24px;
    font-weight: normal;
}

.biography {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 1.15em;
    color: #222;
    margin-bottom: 32px;
    padding: 0;
    border: none;
    background: none;
    text-align: justify;
    line-height: 1.7;
}

.orbituary-image {
    display: block;
    margin: 0 auto 32px auto;
    width: 50px;
    height: auto;
}

@media (max-width: 600px) {
    .obituary-image {
        width: 100vw !important;
    }
}

.youtube-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    padding-bottom: 32px;
    background: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    height: 64px;
}
.youtube-button svg {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    background: none;
    transition: fill 0.2s;
}
.youtube-button:hover svg #path7 {
    fill: #e62117;
}
