﻿.deshabilitado {
    background-color: #f44336; /* Rojo */
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

    .deshabilitado h1 {
        font-size: 28px;
        margin: 0; /* Eliminar el margen para evitar espacios adicionales */
        text-align: center;
    }

    .deshabilitado p {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .deshabilitado a {
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

        .deshabilitado a:hover {
            text-decoration: none;
        }
