body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f9;
    min-height: 100vh; /* Hace que el fondo cubra toda la pantalla */
}

html {
    height: 100%; /* Asegura que el HTML ocupe toda la altura del navegador */
}

.led {
    margin: 100px;
    display: inline-block;
    text-align: center;
}

.led-display {
    width: 200px;
    height: 200px;
    margin: 10px auto;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.crendencial img{
    width: 1440px;
    height: 2460px;
}

.crendencial h2 {
    font-size: 80px;
}

