.header-img {
    border-radius: 5%;
    background: white;
    box-shadow: 1px 1px 0 0 lightgray;
}

.header-background-img {
    bottom: 0;
    left: -110px;
    height: 100%;
    transform: scale(0.8);
    opacity: .3;
}

.header-background-div {
    background-color: #002E55;
}
