 
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*

a {
    color: #fff;
    text-decoration: none;
}
*/

/*
body {
    height: 100vh;
    background: #3e3232;
    font-family: 'Poppins', sans-sherif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
*/

/*
.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    height: 60px;
    margin: 0 auto;
}
*/
/*
.news {
    width: 76%;
    background: #cc4444;
    padding: 0 2%;
}
*/
/*
.title {
    width: 20%;
    text-align: center;
    background: #c81c1c;
    position: relative;
}
*/
/*
.title:after {
    position: absolute;
    content: "";
    right: -16%;
    border-left: 20px solid #c81c1c;
    border-top: 33px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 33px solid transparent;
    top: 0;
}
*/
/*
.title h5 {
    font-size: 18px;
    margin: 8% 0;
}
*/
.news marquee {
    font-size: 18px;
}
 

