<style>
  body {
    margin: 0;
    font-family: Arial, sans-serif;
  }

  /* Top bar */
  .top-border {
    background-color: #642626; /* Dark red border at top */
    height: 5px;
    width: 100%;
  }

  /* Header section */
  .about-header {
    background-color: #14394a; /* Deep blue background */
    color: white;
    text-align: center;
    padding: 60px 20px;
  }

  .about-header h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .breadcrumb {
    font-size: 18px;
    color: #d3d3d3; /* Light grey breadcrumb text */
  }

  .breadcrumb span {
    color: white;
  }

  .breadcrumb .divider {
    margin: 0 10px;
    color: #d3d3d3;
  }
</style>