/* .bs-sidebar{
display: none;
} */

.rakkas-regular {
  font-family: "Rakkas", serif;
  font-weight: 400;
  font-style: normal;
}

/* To hide the first h1 elements
.md-content__inner h1:first-of-type {
    display: none;
} */

                            
body {
      margin: 0;
      padding: 0;
      /* font-family: Arial, sans-serif; */
    }

    .header-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
      margin: 20px;
    }

    .header-wrapper img {
      height: 120px;
      width: auto;
    }

    /* Title replacing h1 */
    .title {
      font-family: 'Rakkas', cursive;
      font-size: 5em; /* Adjust to match image height */
      line-height: 1;
      margin: 0;
      margin-left: 20px;
    }

    .content {
      margin: 20px;
    }

    @media (max-width: 600px) {
      .header-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      /* .title {
        font-size: 2.5em;
      } */

      .content {
        text-align: left;
      }
    }