.header img {
    width: 80px;
    height: 80px;
}
.header img.profile-picture {
    border-radius: 50%;
    height: 64px !important;
    width: 64px !important;
    margin-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.header {
    height: 80px;
    background: white;
}