body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #f3f4f6, #e0e0e0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    max-width: 500px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 24px;
    color: #333;
}

p {
    margin: 5px 0;
    color: #555;
    font-size: 16px;
}

.contact p {
    font-size: 14px;
}

.whatsapp-logo {
    width: 22px; /* Largura do ícone */
    height: auto; /* Ajuste proporcional */
    margin-right: 4px; /* Espaço entre o ícone e o texto */
    vertical-align: middle; /* Alinha o ícone ao texto */
}
