.gal_container > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #ffeead;
}

.gal_container > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html, body {
    /*background-color: #ffeead;*/
    margin: 10px;
}

h5 {
    color: #686868;
    font-size: 100%;
    font-style: italic;
    border-left: 4px solid #ccc;
    padding-left: 10px;
    line-height: 150%;
    margin-left:25px;
}

h4 {
    font-size:110%;
}
h3 {
    font-size: 130%;
}
h2 {
    font-size: 150%;
}
h1 {
    font-size: 170%;
}