
    .para {
      font-size: 40px;
      margin-top: 100px;
      color: #212529;
    }

    .head {
      font-size: 20px;
      color: #828c96;
    }

    .line:hover {
      color: red;
    }

    .line {
      display: flex;
      justify-content: center;
      margin-top: 80px;
      font-size: bolder;
    }

    .logo {
      width: 80%;
    }

    .char_dham {
      overflow: hidden;
      transition: all 0.5s;

      padding: 10px;
      box-shadow: 0px 0px 20px red;
      margin-top:150px;
    }

    .char_dham img {
      transition: all 0.5s;
    }

    .char_dham img:hover {
      scale: 1.2;
    }

    .body-content {
      margin-top: 100px
    }