html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #CBCDE3;
    background-repeat: repeat;
      font-family: 'Lora', serif;
    font-weight: 400!important;
    text-align: center;
    font-size: 19px;
    color: #3e3e3e;
    overflow-x: hidden;
}

#header {
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    height: 633px;
    width: 100%;
    margin-top: 61px;
}

.content {
    opacity: 0.7;
    width: 64%;
    max-width: 1100px;
    margin: -100px auto 60px;
    padding: 10px 40px;
    text-align: justify;
    font-family: 'Lora', serif;
    color: #444;
    line-height: 1.8;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.content a,
.content b,
.content i {
    position: relative;
    font-family: 'Lora', serif;
    cursor: pointer;
    text-decoration: none;
    color: #7A9CFF;
    transition: all 0.3s ease;
}

.content a:hover,
.content b:hover,
.content i:hover {
    background: linear-gradient(90deg, #FFC0E0, #FF99CC, #89C9FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 4px rgba(255, 192, 203, 0.5),
                 0 0 6px rgba(137, 201, 255, 0.6);
    transform: scale(1.05) rotateZ(1deg);
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background: rgba(255, 230, 242, 0.45);
    backdrop-filter: blur(18px) saturate(150%);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 20px rgba(180, 200, 230, 0.08);
    border-bottom: 1px solid rgba(209, 225, 252, 0.4);
    text-align: center;
    z-index: 999;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

#navigation a {
    display: inline-block;
    position: relative;
    font-family: 'Lora', serif;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 94, 156, 0.85);
    margin: 0 8px;
    padding: 14px 28px;
    width: 140px;
    text-align: center;
    border-radius: 12px;
    background: rgba(255, 230, 242, 0.3);
    box-shadow: 0 3px 8px rgba(200, 180, 220, 0.12);
    letter-spacing: 1px;
    transition: all 0.4s ease;
    overflow: hidden;
}

#navigation a:hover {
    background: rgba(255, 209, 232, 0.35);
    color: rgba(255, 46, 136, 0.9);
    box-shadow: 0 4px 12px rgba(200, 160, 220, 0.2);
}

.contentx {
    background: linear-gradient(145deg, #EAF4FF, #FFE6F2);
    padding: 40px;
    border-radius: 40px;
    font-size: 18px;
    font-family: 'Lora', serif;
    color: #3a3a3a;
    text-align: justify;
    box-shadow: 0 8px 40px rgba(220, 200, 240, 0.1),
                inset 0 0 25px rgba(255, 220, 240, 0.25);
    backdrop-filter: blur(12px);
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

h1 {
    display: inline-block;
    margin: 60px auto 30px;
    padding: 12px 28px;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 3px;
    color: #7A8EB8;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-shadow: none;
    box-shadow: 0 4px 12px rgba(150, 150, 180, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

h1:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(150, 150, 180, 0.15);
}

blockquote {
    font-size: 23px;
    font-style: italic;
    padding: 25px 35px;
    margin: 40px auto;
    width: 70%;
    max-width: 600px;
    color: #5A6D99;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(180, 180, 220, 0.1);
    text-align: justify;
    backdrop-filter: blur(8px);
}

blockquote:hover {
    transform: scale(1.02);
}

blockquote::before {
    content: '“';
    font-size: 60px;
    color: rgba(174, 198, 255, 0.3);
    position: absolute;
    top: -20px;
    left: 20px;
    font-family: 'Lora', serif;
}

blockquote::after {
    content: '”';
    font-size: 60px;
    color: rgba(174, 198, 255, 0.3);
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-family: 'Lora', serif;
}

.contentx input,
.contentx textarea,
.contentx select {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0 20px;
    background: linear-gradient(145deg, #FDE2FF, #D0F0FF);
    border: 1px solid rgba(200, 180, 240, 0.25);
    border-radius: 12px;
    color: #3a3a3a;
    caret-color: #FFB6C1;
    font-family: 'Lora', serif;
}

.contentx button {
    padding: 10px 25px;
    background: linear-gradient(145deg, #FFB6C1, #A0C4FF);
    border: 1px solid rgba(200, 180, 240, 0.6);
    border-radius: 12px;
    color: #3a3a3a;
    cursor: pointer;
    font-family: 'Lora', serif;
    transition: all 0.3s ease;
}

.contentx button:hover,
.contentx button:focus {
    background: linear-gradient(145deg, #A0C4FF, #FFB6C1);
    border-color: rgba(180, 150, 200, 0.8);
    color: #2b2b2b;
}

#footer {
    background: linear-gradient(135deg, #CBE7FF 0%, #FFD1E8 60%, #FFC0E0 100%);
    color: #A0C4FF;
    border-top: 4px double #FFB6C1;
}

#footer a {
    color: #FFB6C1;
    border-bottom: 1.5px dashed #FFD1E8;
}

#footer a:hover {
    color: #FF8CCB;
    border-bottom: 1.5px solid #FFB6C1;
    text-shadow: 0 0 10px rgba(255, 182, 193, 0.5);
}

a {
    color: #FFB6C1;
}

a::after {
    background: linear-gradient(90deg, #FFB6C1, #A0C4FF);
}

a:hover {
    text-shadow: 0 0 6px rgba(255, 182, 193, 0.6);
}
