.component_toptitle {
    background-color: #287F72;
}

.top-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: 100%;
}

.component_toptitle H1 {
    margin: 0px;
    padding: 0px;
    color: white;
    font: 75px Georgia;
    -webkit-text-stroke: 1.5px black;
}

.attribution {
    text-align: center;
    font-style: italic; 
    font-size: 0.8em;
    color: #dddddd;
    padding: 5px;
}

