* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFECD2;
    color: #4A2000;
    font-family: Georgia, 'Times New Roman', serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    text-align: center;
}

.names {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.date {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.details {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2rem;
}