body {
  padding-top: 100px;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Lora', serif;

  background:
    radial-gradient(circle at top right, #ffd6f0 0%, transparent 40%),
    radial-gradient(circle at bottom left, #d6f0ff 0%, transparent 40%),
    linear-gradient(
      to bottom,
      #fff9cc 0%,
      #ffe4f3 40%,
      #e6f5ff 70%,
      #fff3c6 100%
    );

  background-attachment: fixed;
  color: #5a4a5c;
  line-height: 1.8;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  background: linear-gradient(
    to right,
    rgba(255, 220, 245, 0.9),
    rgba(220, 240, 255, 0.9),
    rgba(255, 245, 200, 0.9)
  );
  backdrop-filter: blur(12px);
  border-radius: 55px;
  border-bottom: 3px dashed rgba(255,255,255,0.9);
  box-shadow: 0 6px 25px rgba(0,0,0,0.08), 0 0 18px rgba(255,182,230,0.25);
  text-align: center;
  z-index: 99999;
  isolation: isolate;
}

#navigation a {
  display: inline-block;
  position: relative;
  font-family: 'Lora', serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #ff8fc7;
  margin: 0 12px;
  padding: 12px 42px;
  border-radius: 50px;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.7);
  border: 2px dashed #ffdff3;
  transition: all .3s ease;
}

#navigation a:hover {
  color: #7aa6d9;
  background: linear-gradient(
    135deg,
    #ffb6e6,
    #a8d5ff
  );
  border-color: #ffffff;
  box-shadow:
    0 0 10px rgba(255,182,230,0.6), 
    0 0 18px rgba(168,213,255,0.5); 
  transform: translateY(-2px) scale(1.03);
}

h1 {
  font-family: "Great Vibes", cursive;
  font-size: 59px;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(90deg, #a8d5ff, #ffb3b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 2px #ffffff33, 0 0 4px #ffffff22;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

h1::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 30%;
  height: 4px;
  background: linear-gradient(90deg, #ffd6f0, #a8e8ff, #fff6b8, #ffc8ec);
  border-radius: 2px;
}

blockquote {
  position: relative;
  max-width: 700px;
  margin: 30px auto;
  padding: 25px 35px;
  font-style: italic;
  color: #5a4a5c;
  border: 3px solid #ffd6f0;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  background: repeating-linear-gradient(
    135deg,
    rgba(255,230,245,0.3) 0px,
    rgba(255,230,245,0.3) 15px,
    rgba(230,247,255,0.3) 15px,
    rgba(230,247,255,0.3) 30px,
    rgba(255,249,204,0.2) 30px,
    rgba(255,249,204,0.2) 45px
  );
}

blockquote::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 60px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ffe6f5;
}

a {
  color: #ff79b0;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-family: 'Lora', serif;
}

a:hover {
  color: #ffaaea;
  text-shadow: 0 0 6px #ffd6f0;
}

.contentx input,
textarea,
select {
  background: #ffffffcc;
  border: 2px dashed #ffd6f0;
  padding: 12px 18px;
  color: #5a4a5c;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Lora', serif;
  box-shadow: inset 0 0 8px #fff;
  transition: all 0.3s ease;
}

.contentx input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #a8e8ff;
  box-shadow: 0 0 10px #d6f5ff;
}

#header {
  position: relative;
  width: 100%;
  max-width: 1380px;
  height: 575px;
  margin: 40px auto;
  border-radius: 50px;
  background: url('img/head.jpg') no-repeat center center;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1), 0 0 25px #ffd6f0;
  will-change: transform;
  overflow: hidden;
}

#content {
  position: relative;
  width: 1380px;
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: 80px;
  will-change: transform;
}

.contentx {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
  padding: 55px 65px;
  background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,240,250,0.75), rgba(235,248,255,0.75));
  border-radius: 55px;
  border: 3px dashed #ffe2f4;
  color: #5a4a5c;
  box-shadow: 0 15px 45px rgba(0,0,0,0.06), 0 0 25px rgba(255,210,240,0.35);
  backdrop-filter: blur(10px);
  margin-bottom: 50px;
  position: relative;
  transition: all .3s ease;
}

.contentx:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 55px rgba(0,0,0,0.08), 0 0 25px rgba(255,210,240,0.5);
}

.contentx::before,
.contentx::after {
  position: absolute;
  font-size: 22px;
  opacity: .5;
  pointer-events: none;
}

.contentx::before {
  content: "❀ ✧";
  top: 18px;
  left: 24px;
  color: #ffb6e6;
}

.contentx::after {
  content: "✧ ❀";
  bottom: 18px;
  right: 24px;
  color: #a8dfff;
}

b, i {
  font-weight: 700;
  background: linear-gradient(90deg, #ff9ed6, #ffd966, #8fdcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  transition: background-position 0.5s ease;
}

b:hover,
i:hover {
  background-position: 100% 0%;
}

@keyframes sakuraFall {
  0% { transform: translateY(-100px) rotate(0deg); opacity:0; }
  20% { opacity:1; }
  100% { transform: translateY(110vh) rotate(360deg); opacity:0; }
}

.sakura {
  position: fixed;
  top: -50px;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle,#ffd6ec,#ff9ed6);
  border-radius: 50% 50% 50% 0;
  transform: rotate(45deg);
  opacity:0.8;
  pointer-events:none;
  animation: sakuraFall linear infinite;
}

.sakura:nth-child(1){ left:5%; animation-duration:12s; animation-delay:1s;}
.sakura:nth-child(2){ left:15%; animation-duration:15s; animation-delay:4s;}
.sakura:nth-child(3){ left:25%; animation-duration:10s; animation-delay:2s;}
.sakura:nth-child(4){ left:40%; animation-duration:13s; animation-delay:6s;}
.sakura:nth-child(5){ left:55%; animation-duration:16s; animation-delay:3s;}
.sakura:nth-child(6){ left:70%; animation-duration:12s; animation-delay:7s;}
.sakura:nth-child(7){ left:85%; animation-duration:14s; animation-delay:5s;}

@media screen and (max-width: 768px) {
  h1 { font-size: 36px; }
  #navigation a { font-size: 13px; padding: 10px 16px; margin: 0 6px; }
  #header { height: 350px; border-radius: 30px; }
  #content, .contentx { width: 95%; padding: 25px; }
 blockquote {
    max-width: 90%;
    padding: 20px 25px;
    background: repeating-linear-gradient(
      135deg,
      rgba(255,230,245,0.25) 0px,
      rgba(255,230,245,0.25) 12px,
      rgba(230,247,255,0.25) 12px,
      rgba(230,247,255,0.25) 24px,
      rgba(255,249,204,0.15) 24px,
      rgba(255,249,204,0.15) 36px
    );
  }
  .contentx { padding: 30px 20px; border-radius: 30px; }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  h1 { font-size: 48px; }
  #navigation a { font-size: 14px; padding: 11px 18px; margin: 0 8px; }
  #header { height: 450px; border-radius: 40px; }
  #content, .contentx { width: 90%; padding: 40px; }
  blockquote {
    max-width: 85%;
    padding: 25px 30px;
    background: repeating-linear-gradient(
      135deg,
      rgba(255,230,245,0.28) 0px,
      rgba(255,230,245,0.28) 14px,
      rgba(230,247,255,0.28) 14px,
      rgba(230,247,255,0.28) 28px,
      rgba(255,249,204,0.18) 28px,
      rgba(255,249,204,0.18) 42px
    );
  }
  .contentx { padding: 40px 35px; border-radius: 40px; }
}