/* CSS Document */

.codeBlock p{
    font-size: 20px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}

.codeBlock h1{
    font-style: italic;
    text-align: center;
    font-size: 60px;
}


.galleryText {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;

}

#childhood{
    filter: contrast(120%);
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: 800px;
    background-image: url("../img/jameschild.jpg");
    background-size: cover;
}


#childhood:hover{
    filter: blur(5px) contrast(130%);
}

.gridGallery {
    display: inline-grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 3%;
}
.gridGallery img {
    max-width: 100%;
    margin: 1%;
    align-self: center;
}

.gridGallery p {
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 5%;
}

#oostendeMark {
    padding: 2px;
}
