         @font-face {
         font-family: Piacevoli;
         src: url(/fonts/Piacevoli.ttf);
         }
         @font-face {
         font-family: OldeTome;
         src: url(/fonts/OldeTome.ttf);
         }
         @font-face {
         font-family: Alkhemikal;
         src: url(/fonts/Alkhemikal.ttf);
         }
         body {
         font-family: 'Piacevoli', sans-serif;
         background-color: #332638;
         color: #e0e0e0;
         margin: 0;
         padding: 0;
         text-align: center;
         cursor: url("/cursors/quill.cur"), auto;
         }
         .background2 {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -2;
         background-image: url('https://cdn.pixabay.com/photo/2018/01/21/01/50/wood-3095720_1280.jpg');
         background-size: contain;
         }
         .background {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
         background-image: url('https://cdn.pixabay.com/photo/2019/07/18/10/56/venice-4346130_1280.png');
         background-size: 125%;
         background-repeat: no-repeat;
         }
         .background2::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.8));
         }
         .container {
         width: 80%;
         max-width: 1175px;
         margin: 10px auto;
         padding: 10px;
         background-color: #3531498c;
         border: 2px solid #ffffff;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
         position: relative;
         z-index: 1;
         }
         h1 {
         font-family: 'OldeTome', serif;
         font-size: 5em;
         font-weight: 400;
         margin-bottom: 30px;
         margin-top: 0px;
         }
         .tabs {
         display: flex;
         justify-content: center;
         margin-bottom: 20px;
         }
         .tab {
         padding: 10px 20px;
         background-color: #1a1a1a;
         border: 2px solid #23222c;
         transition: background-color 0.3s, border-color 0.3s;
         font-family: 'Alkhemikal';
         font-size: 1.5em;
         font-weight: 400;
         }
         .tab:hover, .tab.active {
         background-color: #23222c;
         border-color: #ffffff;
         }
         .tab-content {
         display: none;
         }
         .tab-content.active {
         display: block;
         }
         .section {
         margin-bottom: 30px;
         }
         .section h2 {
         font-family: 'OldeTome', serif;
         font-size: 3em;
         font-weight: 400;
         margin-bottom: 10px;
         }
         .section h3 {
         font-family: 'Alkhemikal', serif;
         font-size: 2em;
         font-weight: 400;
         text-align: center;
         }
         .section h4 {
         font-family: 'Alkhemikal', serif;
         font-size: 1.4em;
         font-weight: 400;
         text-align: center;
         }
         .section p, .section ul {
         font-size: 1.7em;
         text-align: left;
         margin: 0 auto;
         max-width: 1000px;
         }
         .section ul {
         list-style-type: none;
         padding: 0;
         }
         .section ul li {
         margin-bottom: 10px;
         }
         .bruh {
         font-family: 'OldeTome', serif;
         font-size: 2.3em;
         font-weight: 400;
         margin-bottom: 15px;
         margin-top: 0px;
         }
         .gallery {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         gap: 10px;
         }
         .gallery img {
         width: 200px;
         height: auto;
         border: 2px solid #23222c;
         }
         .footer-links {
         display: flex;
         justify-content: center;
         gap: 10px;
         }
         .footer-link {
         background-color: rgba(53, 49, 74, 0.8);
         color: #23222c;
         border: 1px solid #23222c;
         padding: 5px 10px;
         text-decoration: none;
         font-family: 'OldeTome';
         font-weight: 400;
         transition: background-color 0.3s, border-color 0.3s;
         }
         .footer-link:hover {
         background-color: rgba(169, 50, 217, 0.7);
         border-color:  #ffffff;
         }
         
         .card-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
     gap: 2rem;
     align-items: start;
     justify-items: center;
     background-color: transparent;
     background-size: 25%;
     background-repeat: repeat;

    /* TEMPORARY */
}
 .card {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     background-color: transparent;
     width: 355px;
     margin: 0;
     perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}
         details > summary {
          padding: 4px;
          background-color: transparent;
          width: 350;
          list-style: none;
        }
        details > summary:hover {
          background-color: transparent;
          border: 1px solid #d60052;
        }
        details > p {
          padding: 4px;
          margin: 0;
        }
        
          .angel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .angel-img {
    width: 300px;
    height: auto;
    transition: filter 0.3s ease;
  }

  .angel-img:hover {
    filter: grayscale(100%) blur(1px);
  }

  .angel-quote {
    font-family: 'Piacevoli', serif;
    font-size: 1em;
    max-width: 300px;
    text-align: center;
    line-height: 1.5;
    color: #e0e0e0;
    text-shadow: 1px 1px 2px #000;
  }

  /* Optional Mist FX */
  body::after {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('/images/mist.png') repeat;
    opacity: 0.03;
    pointer-events: none;
    animation: drift 60s linear infinite;
    z-index: 0;
  }

