body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}
.tracker{
    color: #005583;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    padding:15px 0px; 
    margin-bottom: 0px;
}
.mobile_mssg{
    color: #005583;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 10px;
}
.dispaly_flex{
    display: flex;
    padding-bottom: 15px;
}
.text{
    color: #555555;
}
.text a{
    text-decoration: underline;
    color: #005583;
    font-weight: bold;
}
.number{
    color: #005583;
    font-weight: bold;
}