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: 36px 41px 500px 52px 25px 30px;
    grid-template-columns: 259px 259px 236px ;
    
}

#head1{
    grid-row: 1 / 1;
    grid-column: 1 / 1;
    width: 259px;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    text-align: center;
    color: blue;
    font-family: 'Comic Sans MS', cursive;
}

#title1{
    color: blue;
    text-align: center;
    font-size: 16px;
}

#Int{
    font-size: 12px;
}

#br{
    height: 36px;
}



#boddy1{
    grid-row: 2 / 2;
    grid-column: 1 / 1;
    width: 259px;
    height: 617px;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    color: white;
    font-family: "Georgia", Georgia, serif;
}

#Foot3{
    grid-row: 6 / 6;
    grid-column: 1 / 1;
    color: blue;
    font-family: "Georgia", Georgia, serif;
    width: 754px;
}

#head2{
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 495px;
    height: 36px;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    text-align: center;
    color: blue;
    font-family: 'Comic Sans MS', cursive;
}

#boddy2{
    grid-row: 2 / 2;
    grid-column: 2 / 3;
    width: 259px;
    height: 617px;
    text-align: center;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    color: white;
    font-family: "Georgia", Georgia, serif;
    overflow: auto;
}

#button{
    
    color: white;
}

#boddy3{
    grid-row: 2 / 3;
    grid-column: 3 / 3;
    width: 236px;
    height: 458px;
    text-align: center;
    font-size: 20px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    color: white;
}

#library{
    width: 228px;
    height: 451px;
}
#Halloween{
    grid-row: 3 / 4;
    grid-column: 3 / 3;
    width: 300px;
}

#boddy4{
    grid-row: 2 / 2;
    grid-column: 2 / 3;
    width: 495px;
    height: 617px;
    font-size: 15px;
    background:#080917;
    border: 3px ridge #BCBCBC;
    color: white;
    font-family: "Georgia", Georgia, serif;
}

#title2{
    color: blue;
    text-align: center;
    font-size: 20px;
}

.scrollable-box2{
    width: 495px;
    height: 617px;
    overflow: auto;
}