body {
  margin: 0;
  font-family: 'Lora', serif;
  background: #060606;
  color: #D9D9D9;
  height: 100vh;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  display: flex;
  flex-direction: column;
  width: 67%;
  margin: 0 auto;
  box-sizing: border-box;
}

.content-area {
  padding: 40px;margin-top:-240px;opacity:0.7;
  box-sizing: border-box;
}
#header {
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 848px;
    width: 100%;
    margin-top: 0; 
    position: relative;
    z-index: 0; 
}



nav {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;font-family: 'Orbitron', sans-serif;
  background: linear-gradient(135deg, #1f2937, #111827);
  padding: 1rem 2rem;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(180%) blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;border-left:6px dashed #1C3F52;border-bottom:14px dashed #1C3F52;
}

nav:hover {
  background: linear-gradient(135deg, #111827, #374151);
}

nav a {
  font-weight: 700;
  font-size: 1.25rem;
  color: #66fcf1;font-family: 'Orbitron', sans-serif;
  text-decoration: none;
  position: relative;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}

nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;font-family: 'Orbitron', sans-serif;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #66fcf1, #ff3366, #f4d35e);
  border-radius: 3px;
  transition: width 0.4s ease;
}

nav a:hover {
  color: #ff3366;font-family: 'Orbitron', sans-serif;
  box-shadow: 0 0 10px #ff3366, 0 0 15px #66fcf1;
}

nav a:hover::before {
  width: 60%;
}


h1 {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #66fcf1, #ff3366, #f4d35e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 5s ease infinite;
  margin-bottom: 1rem;
}


nav a {
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #66fcf1, #ff3366, #f4d35e);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.6s ease, color 0.3s ease;
  padding-bottom: 7px;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(255, 51, 102, 0.5);
}


nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #66fcf1, #ff3366, #f4d35e);
  transition: width 0.4s ease;
  border-radius: 2px;
}

nav a:hover::after {
  width: 100%;
}


nav a:hover {
  background-position: 100% 50%;
  color: #ff3366;
  text-shadow: 0 0 14px rgba(255, 51, 102, 0.9), 0 0 18px rgba(102, 252, 241, 1);
}



main p {
  font-family: 'Lora', serif;
  color: #d3d3d3;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  text-shadow: none;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}


b {
  color: #f44336;
  text-shadow: 0 0 6px #f44336; font-family: 'Orbitron', sans-serif;
}

i {
  color: #42a5f5;
  font-style: italic;
  text-shadow: 0 0 6px #42a5f5;  font-family: 'Orbitron', sans-serif;
}

blockquote { font-family: 'Orbitron', sans-serif;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 6px solid;
  border-image: linear-gradient(to bottom, #66fcf1, #ff3366) 1;
  background-color:#000000;
  font-style: italic;
  color: #a0aec0;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(102, 252, 241, 0.7);
  box-shadow: 0 0 15px rgba(255, 51, 102, 0.3);
}

a {
  color: #66fcf1;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  background: linear-gradient(90deg, #66fcf1, #ff3366, #f4d35e);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.6s ease, color 0.3s ease;
  text-shadow: 0 0 6px rgba(255, 51, 102, 0.4);
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #66fcf1, #ff3366, #f4d35e);
  transition: width 0.4s ease;
  border-radius: 2px;
}

a:hover::after {
  width: 100%;
}

a:hover {
  background-position: 100% 50%;
  color: #ff3366;
  text-shadow: 0 0 12px rgba(255, 51, 102, 0.8), 0 0 14px rgba(102, 252, 241, 0.8);
}


input, select, textarea {
  font-family: 'Lora', sans-serif;
  background: #111111;
  color: #c5c6c7;
  border: 2px solid #1C3F52;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(102, 252, 241, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #ff3366;
  box-shadow: 0 0 12px rgba(255, 51, 102, 0.7), 0 0 18px rgba(102, 252, 241, 0.5);
  background-color: #0c0c0c;
  color: #ffffff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}