        body {
       
            font-family:fantasy ;
            background-image: url(https://espacio.fundaciontelefonica.com/wp-content/uploads/2018/10/amenaza_hacker1400X600.jpg) ;
            width: 80%;
            margin: auto;
        }

        table,
        th,
        td {
            border: 1px solid ;
            border-collapse: collapse;
            text-align: center;
            height: 20px;
            width: 100%;
            background-color: rgba(211, 211, 211, 0.438);
            
            
        }

        th,
        td {
            padding: 10px;
            text-align: center;
            width: 100px;
        }


        header{
             font-family: fantasy;
             font-style: oblique;
             font-weight: 700;
            text-align: center;
            font-size: xx-large;
            color:rgb(22, 226, 22);
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:rgb(250, 249, 249);
  background-color: rgba(0, 0, 0, 0.61);
        }
        footer{
            font-style: italic;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: x-large;
            color:rgb(22, 226, 22);
            background-color: black;
            
        }

    .header-container {
        
        background-size: cover;
  background-position: center;
  height: 50px; /* Ajusta según sea necesario */
  text-align: center; /* Centra el texto horizontalmente */
  color:rgb(22, 226, 22);
   height: 50px;
            width: 50%;
              font-size: xx-large;
                    line-height: 100px;
}
.logo {
  width: 250px; /* Ajusta el ancho según el tamaño de tu logo */
  height: 100px; /* Ajusta la altura según el tamaño de tu logo */
  background-image: url('imagenes/hackerlogo.jpg'); /* Reemplaza con la ruta correcta */
  background-size: contain; /* Ajusta el tamaño del logo al contenedor */
  background-repeat: no-repeat; /* Evita que el logo se repita */
margin: auto;
    }

            
        