.header{ background-color:#48748c; } .company-title { color: white; font-size: 35px; /* font-weight: bold; */ text-decoration: none; } .company-title:hover{ color: white; } .nav-item{ color: white; font-weight: bold; } .nav-item1{ margin-left: 15px; color: white; font-weight: bold; } .card-body{ background-color: #D3D3D3; } .card { box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2); transition: 0.3s; /* width: 40%; */ } .card:hover { color: rgb(34, 16, 196); box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } li.nostyle { list-style-type: none; } #red{ color: red; } #green{ color: green; } #yellow{ color: yellow; }