body{
    background-color: lightblue;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.team-heading {
    background-color: #1779ba;
    background-color:#dc3545;
    color: black;
    padding: 45px;
    border-bottom: 1px black solid;
}

.employee-card {
    box-shadow: inset 4px 3px 8px 1px;
  	-webkit-box-shadow: inset 4px 3px 8px 1px;
    margin: 5px;
}

h2, h3 {
    color: white;
    text-align: center;
}

i {
    color: white;
}

.card-header {
    background-color:#007bff; ;
    border: 1px solid #000000;
}

.list-group-item {
    background-color: wheat;
}


