   body {
      background-size: cover;
      color: white;
    }
    .btn-pink {
      background-color: #e91e63;
      color: white;
      border: none;
    }
    .btn-pink:hover {
      background-color: #d81b60;
    }
    .code-block, .shortcode-block {
      background: #1e1e1e;
      padding: 1rem;
      border-radius: 8px;
      font-family: monospace;
      white-space: pre-wrap;
      color: #eee;
      position: relative;
      margin-top: 1rem;
    }
    .copier-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #e91e63;
      border: none;
      padding: 0.3rem 0.6rem;
      border-radius: 4px;
      cursor: pointer;
      font-size: 0.8rem;
      color: white;
    }
    a {
      color: #e91e63;
      font-weight: bold;
    }
    .section {
      background: #222222ba;
      padding: 2rem;
      border-radius: 12px;
      margin-bottom: 2rem;
    }