﻿h2 {
    font-weight: normal;
}

.entry img {
    max-height: 700px;
    max-width: 700px;
}

.entry p {
    font-size: 20px;
    color: gray;
}

@media screen and (max-width: 1200px) {
    .entry {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .imgOuterDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
