.container-fundo {
    font-family: Sancreek;
}

/* Parte de cima do convite */

.nome-luzes {
    position: relative;
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nome-aniversariante {
    position: relative;
    z-index: 2;
}

.nome-aniversariante h4 {
    padding-top: 15px;
    font-size: 50px;
    color: #f0ebd0;
}

.nome-aniversariante h2 {
    font-size: 60px;
    color: #6e865b;
    text-shadow:
        10px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px #404d35;
}

.nome-luzes {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.luzes img {
    max-width: 100%;
    height: auto;
}

.luzes {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.luzes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Parte do meio do convite */

.foto-moldura {
    position: relative;
    width: 400px;
    height: 300px;
    padding-bottom: 50px;
}

.foto,
.moldura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foto {
    z-index: 1;
}

.moldura {
    z-index: 2;
    pointer-events: none;
}

.foto-moldura img {
    width: 100%;
    display: block;
}

/* Parte final do convite */

.clique-convite img {
    width: 200px;
    height: auto;
}

.convite {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.informativo-convite {
    color: #f0ebd0;
}

/* INFORMACAO HTML */

.container-informacao {
    font-family: Sancreek;
}

.nome-informacao h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 60px;
    color: #6e865b;
    text-shadow:
        10px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px #404d35;
}

.dia_hora {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-align: center;
}

.sab_ano h3,
.hora h3 {
    font-size: 20px;
    color: #404d35;
    text-shadow:
        2px 2px 8px rgba(0, 0, 0, 0.5),
        0 0 20px #050000;
}

.sab_ano h4,
.hora h4 {
    font-size: 20px;
    color: #f0ebd0;
    text-shadow:
        2px 2px 8px rgba(0, 0, 0, 0.5),
        0 0 20px #050000;
}

.dia_mes h1 {
    font-size: 70px;
    color: #f0ebd0;
    text-shadow:
        2px 2px 8px rgba(0, 0, 0, 0.5),
        0 0 20px #050000;
}

.dia_mes h4 {
    font-size: 40px;
    color: #404d35;
    text-shadow:
        2px 2px 8px rgba(0, 0, 0, 0.5),
        0 0 20px #050000;
}

.dica_interacao {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    color: #f0ebd0;
    font-size: 12px;
}

.botao_interacao {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
    text-align: center;
    padding-top: 20px;
}

.botao_interacao img {
    width: 60px;
}

.botao_interacao h2 {
    color: #f0ebd0;
}

/* CONFIRMAR PRESENÇA */

.container-confirmar {
    font-family: Sancreek;
}

.nome-confirmar h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 60px;
    color: #6e865b;
    text-shadow:
        10px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px #404d35;
}

.text-confirmar,
.input-group {
    text-align: center;
}

.text-confirmar {
    padding-top: 150px;
    padding-bottom: 80px;
    color: #f0ebd0;
    font-size: 30px;
}

.input-group p {
    padding-top: 5px;
    color: #f0ebd0;
    font-size: 12px;
}

.input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    border: none;
    outline: none;

    border-radius: 10px;

    padding: 15px 15px;

    color: #404d35;
}

button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    border: none;
    outline: none;

    border-radius: 10px;

    padding: 15px 15px;

    background-color: #24160a;
    color: #f0ebd0;
}

/* LISTA DE CONFIRMADO */

.confirmados h3 {
    font-family: Sancreek;
    padding-top: 30px;
    text-align: center;
    font-size: 60px;
    color: #6e865b;
    text-shadow:
        10px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px #404d35;
}

ol#listaConvidados li {
    margin-bottom: 8px;
    font-weight: normal;
}

ol#listaConvidados {
    padding-left: 25px; /* Garante que o número não fique cortado */
    font-weight: bold;  /* Deixa o número em negrito */
}