/* Estilos para pozadent */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff; /* Color de fondo opcional */
}

.logo-container {
    text-align: center;
}

img {
    max-width: 60%;
    height: auto;
}