body {
  background-image: url(Assets/Backgrounds/Azul.jpeg);
  background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
  font-family: "Tahoma", monospace;
  /*text-align:center;*/
  }
  
  a {
    color: #037d8c
    }
    



/* GLASS BUBBLE CSS START HERE */


  .box {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 3.5%;
    padding-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 24px;
    
  /* frosted‑glass backdrop */
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(8px) saturate(160%); 
  -webkit-backdrop-filter: blur(8px) saturate(160%);

  /* glossy ring */
  border: 1px solid rgba(4,226,185,0.6);

  /* soft inner & outer glow */
  box-shadow:
    inset 0 1px 6px rgba(255,255,255,0.8),
    0 4px 10px rgba(0,0,0,0.15);
  color: #046d60;           
    }
    
  .box-narrow {
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    
    /* frosted‑glass backdrop */
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(8px) saturate(160%); 
  -webkit-backdrop-filter: blur(8px) saturate(160%);
    /* glossy ring */
  border: 1px solid rgba(4,226,185,0.6);

  /* soft inner & outer glow */
  box-shadow:
    inset 0 1px 6px rgba(255,255,255,0.8),
    0 4px 10px rgba(0,0,0,0.15);
  color: #046d60;           
    }
    
    
  .box-narrowest {
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    
    /* frosted‑glass backdrop */
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(8px) saturate(160%); 
  -webkit-backdrop-filter: blur(8px) saturate(160%);
    /* glossy ring */
  border: 1px solid rgba(4,226,185,0.6);

  /* soft inner & outer glow */
  box-shadow:
    inset 0 1px 6px rgba(255,255,255,0.8),
    0 4px 10px rgba(0,0,0,0.15);
  color: #046d60;           
    }
    

/* GLASS BUBBLE CSS ENDS HERE */




    
    
      
    h1,h2,h3,h4,h5 {
      text-align: center;
      }
      
    center {
      text-align: center;
      }




.cd2 {
  position: absolute;
  top: 70px;
  left: 85%;
  transform: translateX(-11%) rotate(7deg); /* centered and rotated slightly */
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 6;
  width: 163px; /* or whatever looks nice */
  pointer-events: none;
}

.ceedee {
  position: absolute;
  top: -36px;
  left: 90%;
  transform: translateX(-11%) rotate(-14deg); /* centered and rotated slightly */
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  width: 192px; /* or whatever looks nice */
  pointer-events: none;
}


/* Header Image */

.header-image {
  text-align: center;
  margin: 20px auto;
  max-width: 80%;
}

.header-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0,255,255,0.4);
}


/* Navbar effects */

.navbar-aero {
  text-align: center;
  margin: 23px auto;
  padding: 13px;
  background: linear-gradient(to bottom,  rgba(189,247,236,0.55), rgba(104, 245, 240, 0.55));
  border: 1px solid #70cce0;
  border-radius: 18px;
  box-shadow: 0 0 8px rgba(0, 255, 200, 0.5), inset 0 1px 4px #ffffff;
  max-width: fit-content;
  /* WebKit‑only reflection (looks like glossy glass)            */
  -webkit-box-reflect: below 4px          /* gap = 4 px */
      linear-gradient(to bottom,          /* fade‑out gradient mask */
      rgba(255,255,255,0.25) 0%,
      rgba(255,255,255,0.05) 40%,
      transparent 100%);
}


.navbar-aero a {
  display: inline-block;
  margin: 6px;
  padding: 6px 23px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #04595a;
  text-decoration: none;
  background: linear-gradient(to bottom,   rgba(231,252,255,0.8), rgba(163,241,255,0.7));
  border: 2px solid #62cbd3;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px #ffffff, 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform .25s, box-shadow .25s;
}

.navbar-aero a:hover {
  background: linear-gradient(to bottom, rgba(189,247,236,0.9), rgba(144,224,243,0.8));
  transform: scale(1.05);
  box-shadow:  inset 0 1px 3px rgba(255,255,255,0.95)
}


/* PAGINATION CSS */

.pagination-aero {
  text-align: center;
  margin: 23px auto;
  padding: 13px;
  background: linear-gradient(to bottom,  rgba(189,247,236,0.55), rgba(104, 245, 240, 0.55));
  border: 1px solid #70cce0;
  border-radius: 18px;
  box-shadow: 0 0 8px rgba(0, 255, 200, 0.5), inset 0 1px 4px #ffffff;
  max-width: fit-content;
  /* WebKit‑only reflection (looks like glossy glass)            */
  -webkit-box-reflect: below 4px          /* gap = 4 px */
      linear-gradient(to bottom,          /* fade‑out gradient mask */
      rgba(255,255,255,0.25) 0%,
      rgba(255,255,255,0.05) 40%,
      transparent 100%);
}

.pagination-aero a {
  display: inline-block;
  margin: 6px;
  padding: 6px 23px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #04595a;
  text-decoration: none;
  background: linear-gradient(to bottom,   rgba(231,252,255,0.8), rgba(163,241,255,0.7));
  border: 2px solid #62cbd3;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px #ffffff, 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform .25s, box-shadow .25s;
}

.pagination-aero a:hover {
  background: linear-gradient(to bottom,
    rgba(189, 247, 236, 0.9),
    rgba(144, 224, 243, 0.8));
  transform: scale(1.05);
  box-shadow:
    0 0 6px rgba(121, 255, 230, 0.8),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.pagination-aero a.active {
  font-weight: bold;
  background: linear-gradient(to bottom,
    rgba(240, 255, 255, 0.8),
    rgba(170, 240, 255, 0.7));
  border-color: #61d9e8;
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.9),
    0 0 6px rgba(0, 255, 220, 0.5);
}

.pagination-aero a.disabled {
  pointer-events: none;
  opacity: 0.4;
  background: rgba(200, 230, 230, 0.3);
  border-style: solid;
}
