  .container {
    background-color: #ffe3000f;
  }
  .badge.bg-danger.featured-article-badge {
    display: none;
  }

  #sp-main-body {
    padding-top: 0px;
  }

  h1 {
    color: darkblue;
    font-size: 2em;
    font-weight: 600;
/*    text-align: center; */
  }

  .fonts {
    color: #CE4F00;
  }

  @media only screen and (min-width: 1201px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
  }
