body {
  background-image: url('/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  color: #2D2E2E;
  font-family: "Lucida Console", "Courier New", monospace;
}
h1 {
  color: #0d570e;
  text-align: center;
}
h2 {
  color: #0d570e;
  text-align: center;
}
h3 {
  color: #6e0538;
  text-align: center;
}
p {
  color: #012101;
}
pre {
  color: #252525;
  text-align:center;
  font-size: 120%;
}
div.mycontainer { <!--Los colores de fondo de estas divisiones asi como del texto se espeificaron uno por uno en el html para un diseño más bonis-->
  width:100%;
  overflow:auto;
  margin: auto;
}
div.mycontainer div {
  width:32%;  
  float:left;
  text-align: center;
  margin: 10px;
  border:2px solid #252525;
}
div.lastcontainer div {
  width:44%;  
  float:left;
  background-color:#fecee9;
  margin: 50px;
  border:2px solid #252525;
}
