

    .mange{
		max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .centered {
		display: flex;
      justify-content: center;
      align-items: center;
      /* Adjust to your needs */
    }
    .custom-h1 {
      color: #0b306e;
      text-align: center;

    }
