.dhl {
        width: 735px;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        font-size: 18px;
        background-color: #9b0d14;
        border-radius: 15px;
        border-style: solid ;
        border-color: rgb(255, 255, 255);
        border-width: 2px;}
      .dhl li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 13%;
        color: #fff;}
      .dhl li a {
        color: #fff;}
