.gallery {
    /* background-color: #0c3c60; */
    background-color: #fff;
    min-height: 60vh;
    padding: 10vh calc(50vw - 490px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery h1 {
    text-align: center;
    font-size: 60px;
    color: #144c66;
    font-weight: 300;
    margin-top: 0;
}

.gallery-grid {
    height: 100%;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
