/** Make the project card background white. */
.project-card {
    background-color: #ffffff;
}

/** Make the project card headers a dark blue/gray color. */
.project-card > header {
    color: #ffffff;
    background-color: #37435f;
}

/** Separate the header contact links (linkedin, gitlab, etc) by just a bit. */
.header-contact-link {
    margin-left: 5px;
    margin-right: 5px;
}