.deliveryHeader3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: black;
    font-size: 18px;
    font-weight: 450;
    width: 100%;
    padding: 10px 0; 
    text-align: center;
}