body {
    background-color: #0a0a0a;
    color: #f4f4f4;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
}

h1 {
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.15);
    border-bottom: 2px solid #ffebaa;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
}

h2 {
    text-decoration: underline;
    text-decoration-color: #ffebaa;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    color: #fff;
    font-weight: 600;
}

h2::after {
    display: none; /* Remove conflicting pseudo-element */
}

.section {
    padding: 2rem;
    border-bottom: 1px solid #444;
    max-width: 800px; /* From your inline styles */
    position: relative;
    margin: auto;
}

.section h1 {
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 2px solid #ffebaa;
}

.section h2 {
    text-decoration-color: #ffebaa;
}

.section p {
    width: 100%;
    font-weight: 700;
}
