/* Estilos de estructura de contenedores */
#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}
