@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');
body {
  font-family: 'Poppins' , sans-serif;
    margin: 0;
    background-color: #f4f4f4;
  }

  .breaking-box {
    background-color: #1071a5; 
    color: white; 
    padding: 10px 15px;
    overflow: hidden; 
  }

  .breaking-box marquee {
    font-size: 1rem;
    max-width: 100%;
    white-space: nowrap;
}

  .breaking-box a {
    padding-top: 5px;
    text-decoration: none;
    color: #fff; 
    margin-right: 20px; 
    display: inline-flex;
    align-items: center; 
  }

  .breaking-box a span.material-symbols-outlined {
    margin-right: 5px; 
    font-size: 1.2rem; 
  }