    h1 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 2rem;
        text-align: center;
    }

    h2 {
        font-size: 1.15rem;
        color: #ff5722;
    }

    h3 {
        font-size: 1rem;
        font-weight: bold;
    }

    table {
        width: 100%;
        margin-bottom: 1rem;
    }

    .title,
    .value {
        padding: 0.5rem;
        border: 1px solid #ddd;
        text-align: left;
    }

    .title {
        color: gray;
    }

    .space {
        height: 1rem;
        border: none;
    }

    blockquote {
        border-bottom: 4px solid #ff5722;
        padding-left: 1rem;
        color: #555;
        margin: 1rem 0;
        text-align: end;
    }