
    @import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;700&display=swap');

    body {
      background: radial-gradient(ellipse at center, #000000, #1a0000, #0a0000);
      font-family: 'Unbounded', sans-serif;
      color: #f8dada;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      
    }

    h1,
    h2,
    h3 {
      font-family: 'Creepster', cursive;
      color: #ff3333;
      text-shadow: 0 0 10px #ff0000, 0 0 20px #990000;
      animation: blood-glow 4s infinite ease-in-out;
    }

    a {
      color: #ff6666;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    a:hover {
      color: #ffffff;
      text-shadow: 0 0 10px #ff0000;
    }

    .page-wrapper {
      max-width: 1200px;
      margin: auto;
      padding: 40px;
      background-color: rgba(20, 0, 0, 0.75);
      border-radius: 12px;
      box-shadow: 0 0 25px #330000;
      animation: fade-in 2s ease-in;
    }

    .header {
      text-align: center;
      margin-bottom: 40px;
    }

    .summary,
    .preamble,
    .explanation,
    .participation,
    .benefits,
    .requirements {
      margin-bottom: 40px;
      padding: 20px;
      background: rgba(10, 0, 0, 0.247);
      border: 1px solid #660000;
      border-radius: 10px;
      box-shadow: 0 0 15px #330000;
      animation: float 6s ease-in-out infinite;
    }

    .sidebar {
      background-color: rgba(25, 0, 0, 0.7);
      border-left: 3px solid #ff0000;
      padding: 20px;
      color: #fff;
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      width: 260px;
      overflow-y: auto;
      box-shadow: -5px 0 20px #ff0000;
      animation: sidebar-pulse 3s ease-in-out infinite alternate;
    }

    .sidebar h3 {
      border-bottom: 2px solid #ff0000;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-family: 'Creepster', cursive;
      color: #ff4d4d;
    }

    .sidebar ul {
      list-style: none;
      padding-left: 0;
    }

    .sidebar li {
      margin: 10px 0;
    }

    .footer {
      margin-top: 40px;
      text-align: center;
      color: #c99;
      font-size: 0.9em;
      border-top: 1px solid #660000;
      padding-top: 20px;
    }

    .footer a {
      color: #ff3333;
    }

    acronym {
      border-bottom: 1px dotted #ff9999;
      cursor: help;
    }

    @keyframes blood-glow {

      0%,
      100% {
        text-shadow: 0 0 10px #ff0000, 0 0 20px #660000;
      }

      50% {
        text-shadow: 0 0 20px #ff0000, 0 0 40px #990000;
      }
    }

    @keyframes sidebar-pulse {
      0% {
        box-shadow: -5px 0 10px #330000;
      }

      100% {
        box-shadow: -5px 0 30px #ff0000;
      }
    }

    @keyframes fade-in {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes float {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-5px);
      }
    }

    @keyframes haunt {
      0% {
        opacity: 0.1;
        transform: scale(1) translateY(0);
      }

      100% {
        opacity: 0.2;
        transform: scale(1.3) translateY(-10px);
      }
    }

    body {
      cursor: url('https://i.im.ge/2025/06/03/vGAtSX.cursorOfc.png'), auto;
    }

    body {
      background:
        url('https://i.im.ge/2025/06/03/vGAk5r.fundo2.png') center center no-repeat,
        #8b0000;
      background-attachment: fixed;
      margin: 0;
      padding: 0;
    }

    .imagem-canto {
      position: absolute;
      top: 0;
      left: 0;
      width: 287px;
      height: auto;

    }

    body {
      margin: 0;
      padding: 0;
    }

    .sangue-na-tela {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: url('https://i.im.ge/2025/06/03/verM8K.sangue.png') no-repeat center center;
      background-size: cover;
      pointer-events: none;

      z-index: 9999;
      opacity: 0.8;
      mix-blend-mode: multiply;

    }

    .imagem-final {
      position: absolute;
      top: 1900px;
      left: 0;
      width: 300px;
      height: auto;
    }
  