body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
  
  .bg-container {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  
  .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .link {
    position: absolute;
    display: block;
  }
  
  /* Dummy positions — you'll adjust these based on your image layout */
  .insta {
    top: 20%;
    left: 30%;
    width: 10%;
    height: 5%;
  }
  .portfolio {
    top: 30%;
    left: 30%;
    width: 10%;
    height: 5%;
  }
  .collab {
    top: 40%;
    left: 30%;
    width: 10%;
    height: 5%;
  }