
    

    body {
      background: url('https://files.catbox.moe/z54rkd.jpg');
      font-family: "Josefin Sans", sans-serif;
      margin: 0;
      padding: 0;
      color: #222222;
      -webkit-font-smoothing: antialiased;
    }
    
 

    h1, h2, h3 {
      font-family: "Sniglet", cursive;
      color: #222222;
      text-shadow: 0 0 6px #656366;
      margin: 0 0 12px 0;
    }

    .pageContainer {
      max-width: 1100px;
      margin: 30px auto;
      padding: 20px;
      position: relative; 
    }



    .section {
      background: rgba(255,255,255,0.7);
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      border: 1px solid #EEECEF;
    }

    .laceBorder {
      border: 6px double #EEECEF;
      padding: 15px;
      background: rgba(255,255,255,0.5);
      border-radius: 20px;
    }
    
    

    .gifFloat {
      position: absolute;
      width: 120px;
      opacity: 0.8;
      animation: float 6s ease-in-out infinite;
      pointer-events: none;
    }

    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0px); }
    }

    .photoGrid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .photoGrid img:hover {
      box-shadow: 0 0 20px #CECCCD, 0 0 40px #CECCCD;
    }

    .photoGrid img {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 12px;
      border: 2px solid #EEECEF;
      box-shadow: 0 0 10px #424242;
      display: block;
    }

   .video {
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.emoji {
  width: 55px;           
  height: 55px;
  vertical-align: middle; 
  margin-right: 10px;     
}

.emoji-text {
  width: 35px;           
  height: 35px;
  vertical-align: middle; 
  margin-right: 10px;     
}

    .img-right {
      float: right;
      margin: 10px 0 20px 15px;
      width: 150px;
      height: auto;
      max-width: 150px;
      border-radius: 10px;
    }

    .twoColsBox {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    
    .twoColsBox .box {
      flex: 1 1 320px;
      padding: 15px;
      background-color: rgba(255,255,255,0.7);
      border-radius: 12px;
      border: 2px solid #EEECEF;
      box-shadow: 0 0 10px #656366;
      min-width: 280px;
    }

   
    .questionBox {
      padding: 12px;
      background-color: rgba(255,255,255,0.85);
      border-radius: 10px;
      border: 1px solid #EEECEF;
      margin-bottom: 12px;
    }

    .btn {
      display: inline-block;
      padding: 10px 15px;
      margin: 6px 6px 6px 0;
      border: 1px solid #000;
      cursor: pointer;
      background: #e6e6e6;
      border-radius: 8px;
      user-select: none;
    }

    .btn:hover { background:#B3A79B; }

    #resultat {
      font-size: 18px;
      margin-top: 12px;
      display: none;
    }

    /* responsive  */
    @media (max-width: 700px) {
      .pageContainer { padding: 12px; }
      .twoColsBox { flex-direction: column; }
      .gifFloat { display: none; }
    }

 * { cursor: url(https://files.catbox.moe/20ybe5.png), auto !important; }
  * { cursor: url(https://files.catbox.moe/6tvr13.png), default !important; }
  
  
  a:link {
  color: #5b5650;   
  text-decoration: none;
}


a:hover {
  color: #eaa8bb;  
}

a:visited {
  color: #5b5650;   
}
