body {
    background-color: #fff5eb;
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.invitation-card {
    background-color: #ffffff;
    border: 2px solid #e0c9b0;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 28px;
    color: #5a2b0d;
    margin-bottom: 10px;
}

.names {
    font-size: 30px;
    color: #4b2e1d;
    margin: 10px 0;
}

h2 {
    font-size: 20px;
    color: #a87b53;
    margin: 10px 0;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
    color: #8b5c2c;
    border-bottom: 1px solid #e0c9b0;
    padding-bottom: 5px;
}

ol, ul {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.footer {
    margin-top: 30px;
    font-weight: bold;
    color: #3d2b1f;
}
