@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');
#encabezado{
    background-image: url(nyankodiario.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 275px;
    align-items: center;
    justify-content: left;
    display: flex;
    margin: auto;
    font-size: 30px;
    font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 0px #ff6969;
  color: rgb(255, 213, 196);
  border-color: antiquewhite;
  border-width: 5px;
  border-style: groove;
  width: 50%;
}
body{
    background-image: url(fondovariado.gif);
    background-position: fill;
    background-repeat: repeat;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}
p{
  text-justify: auto;
  text-align: justify;
  font-size: larger;
  font-weight: bold;
}
#cuadrodiario{
    background-image: url(fondonyanko.jpg);
    background-size: cover;
    min-height: 100%;
    border-color: antiquewhite;
  border-width: 5px;
  border-style: groove;
  width: 55%;
  align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    overflow-y: scroll;
    max-height: 1000px;
    padding: 60px;
}
#nota{
    
    display: flex;
    justify-content: flex-end
}