
body {  
  
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

#fondoBody{
  background-image:url("https://yerbita.neocities.org/Fondos/Tripo.gif");
}

#fondoBodyDiario {
  background-image:url("https://yerbita.neocities.org/Fondos/Cuaderno%20Violeta.jpg");
}


#fondoDiario {
  background-image:url("https://yerbita.neocities.org/Fondos/canvas.gif");
  color: black;
  width: 715px;
  margin-top: 10px;
  line-height: 1em;
  
}

.displayIzquierda {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.cajaIzquierda {
  background-color: white;
  width:200px;
  min-height:200px;
  border: 5px solid black;
}

.cajaCentral {
  background-color: white;
  min-width:600px;
  min-height:600px;
  border: 5px solid black;
  margin-left: 10px;
}

.cajaImgPerfil {
  display: block;
  margin-left: 25px; /* Centers the image horizontally */
  margin-right: 25px; /* Centers the image horizontally */
  margin-top: 20px;
}

.cajaCentralDiario {
  background-color: white;
  min-width:600px;
  min-height:600px;
}


#textoCentrado {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left:10px;
  margin-right:10px;
}

#textoIzquierda {
  text-align:left;
  margin-left:10px;
  margin-right:10px;
}

#textoDiario {
    text-align: left; /* Left-align the text */
    margin-left: 100px; /* Add a 20px left margin */
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom:20px;
    position: relative;
  }
