| 12345678910111213141516171819202122232425 | * {    margin: 0;    padding: 0;    text-decoration: none;    list-style: none;}.header {    height: 50px;    display: flex;    align-items: center;    justify-content: space-around;    background-color: black;}.header li a{    color: #fff;}.active {    color: red !important;}.pending {    color: #ff0 !important;}.normal {    color: #087EA4 !important;}
 |