h1, .graphic {
    background-color: rgb(68, 110, 155);
    color: rgb(255,255,255);
    text-align: center;
    padding-bottom: 8px;
 }
 h1 {
     padding-top: 10px;
 }
.graphic {
    margin-top: 10px;
    padding-bottom: 10px;
    height: 350px;
 }
.btn, #btnPortland, #btnBarHarbor, #btnEastport {
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: rgb(68, 110, 155);
    border-color: rgb(68, 110, 155);
 }
/* .btn:focus {
    background-color:cornsilk !important;
    color:black  !important;
 } */

