body {
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      font-family: 'T', Arial, sans-serif;
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    body::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://callsigncollective.neocities.org/PageResources/FundoCOD.gif');
      background-size: cover;
      background-position: center;
      opacity: 0.4;
      z-index: -1;
    }
    
    h1, h2, h3, .header-title {
  font-family: 'H', Impact, sans-serif;
}

    .error-container {
      width: 600px;
      background-color: rgba(20, 20, 20, 0.85);
      border: 2px solid #555;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
      position: relative;
      z-index: 1;
    }

    .corner-tl::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 30px solid #000;
      border-right: 30px solid transparent;
      z-index: 2;
    }

    .corner-br::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 30px solid #000;
      border-left: 30px solid transparent;
      z-index: 2;
    }

    .error-header {
      width: 100%;
      background-image: url('https://callsigncollective.neocities.org/PageResources/BlackCamouflage.jpg');
      background-size: cover;
      background-position: center;
      border: 2px solid #555;
      padding: 15px;
      margin-bottom: 20px;
    }

    .error-header h1 {
      font-size: 3.5rem;
      font-weight: 900;
      letter-spacing: 3px;
      color: #ff3333;
      padding: 5px;
      text-shadow: 3px 3px 6px #000;
      transition: transform 0.3s ease, letter-spacing 0.3s ease;
      cursor: pointer;
    }

.error-header h1:hover {
  transform: scale(1.2);
  letter-spacing: 7px;  
}
    .error-header p {
      font-size: 0.9rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #ddd;
    }

    .error-body {
      background-image: url('https://i.pinimg.com/1200x/1e/ec/b8/1eecb8a529c1e2ea3cf011816e0ccadc.jpg');
      background-size: 535px;
      background-repeat: repeat;
      border: 2px solid #555;
      padding: 20px;
      width: 100%;
      color: #000;
      margin-bottom: 25px;
    }

    .error-body h2 {
      font-size: 1.1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

    .error-body p {
      font-size: 0.85rem;
      line-height: 1.4;
      font-weight: bold;
    }

    .btn-return {
      display: inline-block;
      padding: 12px 25px;
      background-color: rgba(0, 0, 0, 0.85);
      color: #e6dfd5;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: 1px solid #777;
      border-radius: 2px;
      transition: all 0.3s ease;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    }

    .btn-return:hover {
      background-color: #e6dfd5;
      color: #111;
      border-color: #fff;
      transform: scale(1.05);
    }
::selection {
  background-color: #555; 
  color: #ffffff;       
}

::-moz-selection { 
  background-color: #555;
  color: #ffffff;
}
html, body, * {
  cursor: url('https://cdn.cursors-4u.net/previews/call-of-duty-logo-c20b2127-32.webp') 32 32, auto !important;
}

a, button, input, textarea {
  cursor: url('https://cdn.cursors-4u.net/previews/chrome-link-select-a878ea31-32.webp') 43 34, auto !important;
}