<!DOCTYPE html>

<html lang="id">

  <head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>SMPIP Baitul Maal Video Links</title>

    <style>

      body {

        font-family: Arial, sans-serif;

        margin: 0;

        padding: 0;

        text-align: center;

      }

      #image-container {

        position: relative;

        width: 100%;

        max-width: 800px;

        margin: 0 auto;

      }

      #main-image {

        width: 100%;

        height: auto;

        display: block;

      }

      .clickable-area {

        position: absolute;

        cursor: pointer;

      }

      #porseni-button {

        left: 25%;

        top: 37%;

        width: 50%;

        height: 8%;

        border: 2px solid transparent;

      }

      #supercamp-button {

        left: 25%;

        top: 62%;

        width: 50%;

        height: 8%;

        border: 2px solid transparent;

      }

      .clickable-area:hover {

        border: 2px solid #ff6600;

      }

    </style>

  </head>

  <body>

    <div id="image-container">

      <img id="main-image" src="vowh5t4tlm.jpg" alt="SMPIP Baitul Maal Activities">

      <a href="https://drive.google.com/file/d/16r7oUmKhowdD1EwsLBnDcwJsym_ZdFHf/view?usp=share_link/view" class="clickable-area" id="porseni-button" title="PORSENI (TEMA 2)"></a>

      <a href="https://drive.google.com/file/d//view" class="clickable-area" id="supercamp-button" title="SUPERCAMP (TEMA 3)"></a>

    </div>

  </body>

</html>