body {
          background-image: url('Imagenes/Background.jpg');
          background-size: cover;
	      background-attachment: fixed;
	      background-position: center;

  display: flex;
  justify-content: center; /* horizontal center */
  margin: 0;

    }

.site{
    display: grid;
    grid-template-rows: 60px 41px 500px 72px;
    grid-template-columns: 259px 495px ;
    
}

#title{
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 754px;
    height: 60px;
    padding-top: 5px;
    padding-left: 6px;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    margin: auto;
    text-align: center;
    color: blue;
    font-family: 'Comic Sans MS', cursive;
    font-size: 28px;
}

#h1{
    color: blue;
    text-align: center;
    width: 754px;
    margin: auto;
}

img{
    border: 8px ridge #e4ba01;
    width: 200px;
}

#boddy1{
    grid-row: 2 / 2;
    grid-column: 1 / 3;
    width: 754px;
    height: 617px;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    text-align: center;
    color: blue;
    overflow: auto;
}

#Foot3{
    grid-row: 5 / 6;
    grid-column: 1 / 3;
    color: blue;
    font-family: "Georgia", Georgia, serif;
    width: 754px;
}