header {
    align-items: center;
    display: inline-flex;
    background: linear-gradient(45deg, #0a3d62, #60a3bc);
    text-align: center;
    width: 100%;
    height: 150px;
    justify-content: center;
}

img {
    height: 150px;
    width: auto;
    padding: 0 30px;
}

.nytPhoto {
    height: 150px;
    width: auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
}

h2 {
    font-size: 1.8em;
    text-align: center;
    text-decoration: none;
    color: #0a3d62;
    padding-top: 20px;
}

h3 {
    color: #0a3d62;
    font-size: 1.5em;
    padding: 10px 20px;
}

a {
    color: #60a3bc;

}

p {
    text-align: center;
    padding: 20px;
}

button {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

button:hover {
    color: #ffffff !important;
    background: #0a3d62;
    border-color: #0a3d62 !important;
    transition: all 0.4s ease 0s;
}

.container-fluid {
    border: solid 1px #dcdde1;
    margin-top: 30px;
}

.top {
    border-bottom: solid 1px #dcdde1;
}

.article-container {
    min-height: 50px;
}

.bottom-container {
    margin-bottom: 25px;
}

#newsDiv {
    border: solid 1px #dcdde1;
    margin: 15px 0px;
    text-align: center;
}