/* Importar fuente de máquina de escribir */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* Importar fuente monoespaciada para código */
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');


body {
  font-family: 'Courier Prime', cursive;
  background-image: url('imagenes/papel-textura.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: auto;
  color: #3b3b3b;
  margin: 20px;
  line-height: 1.6;
}

h1, h3 {
  color: #2e2e2e;
  text-align: center;
}

p {
  margin-bottom: 15px;
}

pre {
  background-color: #f5f5f5;
  padding: 15px;
  overflow-x: auto;
  border-left: 4px solid #ccc;
  margin-bottom: 20px;
}

code {
  font-family: 'Source Code Pro', 'Consolas', monospace;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}



img {
  border: 5px solid #e0e0e0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Estilos para enlaces */
a {
  color: #6b4e31;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
