html {
    height: 100%;
    margin: 0;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(145deg, #000000, #1a1a1a);
  background-attachment: fixed;
  background-size: cover;
  color: #e6e1d8;
  overflow-x: hidden;
  font-family: 'Libre Baskerville', serif;
}

#header {
  position: relative;
  height: 506px;
  width: 100%;
  background-color: #050505;
  background-image: url('images/head.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

#navigation {
  position: relative;
  width: 100%;
  padding: 40px 5vw;
  background:
    radial-gradient(ellipse at top, rgba(120, 0, 0, 0.25), rgba(0, 0, 0, 0.95) 70%),
    linear-gradient(to bottom, #0b0b0b, #030303);
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(180, 20, 20, 0.7);
  border-bottom: 1px solid rgba(80, 0, 0, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -6px 20px rgba(120, 0, 0, 0.25), 0 20px 50px rgba(0, 0, 0, 0.95);
  z-index: 10;
}

#navigation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 5px);
  pointer-events: none;
  mix-blend-mode: overlay;
}

#navigation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(to right, transparent, #b11212, transparent);
  opacity: 0.6;
}

#navigation a {
  position: relative;
  font-family: 'Cinzel Decorative', serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cfc7b8;
  text-decoration: none;
  padding: 12px 18px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#navigation a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b11212, transparent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

#navigation a:hover {
  color: #f5f1ea;
  text-shadow: 0 0 10px rgba(177,18,18,0.6);
}

#navigation a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.gif {
  position: absolute;
  opacity: 0.8;
  top: 190px;
  right: 350px;
  z-index: 12;
  padding: 0;
  display: inline-block;
  border: 4px solid #7a0000;
  border-style: double;
  border-radius: 12px;
  background-color: #0a0a0a;
  overflow: hidden;
  box-shadow: inset 0 0 2px rgba(120, 0, 0, 0.6);
  transform: scaleX(-1);
}

.gif img {
  width: 412px;
  height: auto;
  display: block;
}

#content {
  width: 65%;
  margin: -40px auto 0;
  position: relative;
}

.contentx {
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 28px;
  color: #cfc7b8;
  line-height: 1.8;
  letter-spacing: 1.6px;
  opacity: 0.72;
  text-align: justify;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}

.contentx a {
  color: #b11212;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px dotted #7a0000;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.contentx a:hover {
  color: #ff4c4c;
  text-shadow: 0 0 8px rgba(255, 76, 76, 0.7);
}

.contentx b,
.contentx i {
  font-weight: 700;
  font-style: italic;
  position: relative;
  background: linear-gradient(90deg, #b11212, #ff4c4c, #7a0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contentx b::after,
.contentx i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #b11212 25%, #ff4c4c 50%, #b11212 75%, transparent 100%);
  border-radius: 2px;
}

h1 {
  display: inline-block;
  padding: 30px 60px;
  font-family: 'Cinzel Decorative', serif;
  font-size: 29px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f2eee7;
  text-shadow: 0 0 12px rgba(0,0,0,0.6);
  position: relative;
}

h1::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, transparent, #b11212, transparent);
}

blockquote {
  font-family: 'Georgia', 'Garamond', serif;
  font-size: 22px;
  color: #f1e9d2;
  background: linear-gradient(145deg, #1a1a1a, #0b0b0b);
  padding: 60px 70px;
  margin: 70px auto;
  border-left: 10px double #7a0000;
  border-radius: 25px;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.3), 0 8px 30px rgba(0,0,0,0.7);
  max-width: 900px;
  line-height: 2.1;
  text-align: justify;
  position: relative;
  background-image: linear-gradient(145deg, #1a1a1a, #0b0b0b), repeating-linear-gradient(45deg, rgba(255,255,255,0.005), rgba(255,255,255,0.005) 1px, transparent 1px, transparent 5px);
}

blockquote::before,
blockquote::after {
  content: '"';
  font-size: 3rem;
  color: #b11212;
  font-weight: bold;
  position: absolute;
  opacity: 0.4;
  font-family: 'Georgia', serif;
}

blockquote::before {
  top: 15px;
  left: 25px;
}

blockquote::after {
  bottom: 15px;
  right: 25px;
}

textarea,
input,
select {
  width: 40%;
  max-width: 600px;
  padding: 16px 20px;
  background: #000000;
  border: 2px solid #7a0000;
  color: #f0e6d2;
  border-radius: 12px;
  font-size: 18px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
}

#music-toggle {
  font-family: 'Cinzel Decorative', serif;
  font-size: 18px;
  color: #f5f1ea;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid #b11212;
  background: repeating-linear-gradient(45deg, #1a1a1a, #1a1a1a 8px, #0d0d0d 8px, #0d0d0d 16px);
  cursor: pointer;
  box-shadow: 0 0 14px rgba(177,18,18,0.5), inset 0 0 10px rgba(0,0,0,0.6);
  transition: all 0.3s ease;
}

#music-toggle:hover {
  background: repeating-linear-gradient(45deg, #2a0000, #2a0000 8px, #120000 8px, #120000 16px);
  box-shadow: 0 0 25px rgba(177,18,18,0.8);
}

#footer {
  text-align: center;
  padding: 60px 20px 40px;
  color: #bfb6a6;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.9;
  font-family: "Cormorant Garamond", "Garamond", serif;
  line-height: 1.8;
  position: relative;
}

#footer a {
  color: transparent;
  background: linear-gradient(90deg, #7a0000, #b11212, #ff4c4c, #b11212, #7a0000);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
  margin: 0 14px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  transition: all 0.3s ease;
}

#footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #b11212, #ff4c4c, #b11212, transparent);
  transition: all 0.3s ease;
}

#footer a:hover {
  transform: scale(1.05);
  text-shadow: 0 0 6px rgba(255, 76, 76, 0.7);
}

#footer a:hover::after {
  height: 4px;
  background: linear-gradient(90deg, #7a0000, #b11212, #ff4c4c, #b11212, #7a0000);
}

#footer::before,
#footer::after {
  content: "✦ ✧ ✦";
  display: block;
  font-size: 22px;
  color: #7a0000;
  margin: 12px 0;
  opacity: 0.6;
  letter-spacing: 6px;
}

#footer::before {
  margin-bottom: 20px;
}

#footer::after {
  margin-top: 20px;
}


p.lyrics {
  column-count: 2;
  column-gap: 2em;
  white-space: pre-wrap; 
}
