   
        @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
        .ticker {
            display: flex;
            flex-wrap: wrap;
            width: 80%;
            height: 50px;
            margin: 0 auto
        }
        
        .news {
            width: 75%;
            background: #CC4444;
            padding: 0 3%
        }
        
        .title {
            width: 21%;
            text-align: center;
            background: #C81C1C;
            position: relative
        }
        
        .title:after {
            position: absolute;
            content: "";
            right: -22%;
            border-left: 21px solid #C81c1c;
            border-top: 28px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 23px solid transparent;
            top: 0px
            
        }
        
        .title h5 {
            font-size: 18px;
            color: #FFFFFF;
            margin: 8% 0
        }
        
        .news marquee {
            font-size: 18px;
            margin-top: 12px
        }
        
        .news-content p {
            margin-right: 40px;
            display: inline
        }
    
    #sty{
        padding: 10px;
        width: 100%;
        text-align: center;
        background: #F8F9FA;
        color:black;
    }
     .redline{
              border: 2px solid #E3242B;
              color : "red";
          }
 .ticker {
            display: flex;
            flex-wrap: wrap;
            width: 80%;
            height: 50px;
            margin: 0 auto
        }
        
        .imgs {
            width: 75%;
            background: #CC4444;
            padding: 0 3%
        }
        
        .title {
            width: 21%;
            text-align: center;
            background: #C81C1C;
            position: relative
        }
        
        .title:after {
            position: absolute;
            content: "";
            right: -22%;
            border-left: 21px solid #C81c1c;
            border-top: 28px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 23px solid transparent;
            top: 0px
            
        }
        
        .title h5 {
            font-size: 18px;
            color: #FFFFFF;
            margin: 8% 0
        }
        
        .news marquee {
            font-size: 18px;
            margin-top: 12px
        }
        
        .news-content p {
            margin-right: 40px;
            display: inline
        }
    
    #sty{
        padding: 10px;
        width: 100%;
        text-align: center;
        background: #F8F9FA;
        color:black;
    }
    