body {
  background-color: rgb(0, 0, 0);
}

h1 {
    color: rgb(55, 195, 255);
    font-family: sans-serif;
}

h2 {
    color: rgb(55, 195, 255);
    font-family: sans-serif;
}

#p1 {
    color:rgb(0, 77, 164);
    font-family: sans-serif;
}

/* el font family en los dibujos los hace mas grande, es bueno saberlo */

table {
    background-color: rgb(7, 1, 89);
    color: rgb(161, 161, 161);
    font-size: larger;
    font-style: italic;
}

pre {
    color: goldenrod;
    font-family: sans-serif;  

}

.prueba {
    color: purple;
    font-family: sans-serif;
}

#seccionCambiable {
    color: white;
}