body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    width: 100%;
    margin: 20px;
}

h1, h2 {
    color: #333;
}

p {
    color: #555;
    line-height: 1.6;
}

a.whatsapp-link {
    color: #25D366;
    text-decoration: none;
    font-weight: bold;
}

a.whatsapp-link:hover {
    text-decoration: underline;
}

.data-info ul {
    margin-left: 20px;
}
