  body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
  }


  .header-bg-img {
      background-image: url("/images/bg.png");
        background-repeat: no-repeat;         /* Prevents the image from repeating */
        background-position: center;          /* Centers the image */
        background-size: cover;
  }

  .cs-thumb {
      max-width: 300px;
      max-height: 300px;
  }

  .cs-adm-thumb {
      max-width: 150px;
      max-height: 150px;
  }

  .cs-hr {
      background-color: #cccccc;
      height: 2px;
  }

  a {
      text-decoration: none;
  }


