body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #ffe6e6;
    color: #4d004d;
    text-align: center;
}

.container {
    max-width: 600px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.carrossel {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.imagem-carrossel {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 10px;
}

.imagem-carrossel.ativa {
    display: block;
}

.data-romantica {
    font-size: 1.8rem;
    font-weight: bold;
    color: #b30059;
}

.contador {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #4d004d;
}
