html, body {        height: 100%;        margin:0;}body {        background-image: url('images/bg.jpg');        background-repeat: repeat;}::-webkit-scrollbar {height:20px; width: 30px;}::-webkit-scrollbar-corner {background-color:#000000;}::-webkit-scrollbar-track-piece {    background-color: #000000;opacity:0.5;}::-webkit-scrollbar-thumb {    width:14px; height:10px;    background-color:#502C30;    border: 10px solid #000000;}     nav {      position: fixed;      top: 20px;      left: 50%;      transform: translateX(-50%);      background: #4C332E;      backdrop-filter: blur(70px);      border-radius: 30px;      padding: 0.6rem 1.5rem;      display: flex;      gap: 2rem;      justify-content: center;      align-items: center;      box-shadow: 0 4px 30px #855E57;      z-index: 1000;      max-width: 90%;      height: 100px;      border-bottom:2px dashed #60342B;opacity:0.7  }    nav a {      color: #AA7D7D;      text-decoration: none;      font-family: 'Poppins', serif!important;      font-size: 16px!important;      position: relative;      padding: 0.4rem 0.6rem;      border-radius: 20px;      transition: all 0.3s ease;padding:30px;    }    nav a::after {      content: '';      position: absolute;      left: 0;      bottom: -3px;      width: 100%;      height: 2px;      background: linear-gradient(90deg, #AA7D7D, #744E4E);      transform: scaleX(0);      transform-origin: left;      transition: transform 0.3s ease;    }    nav a:hover::after {      transform: scaleX(1);    }    nav a:hover {      color: #D3BAB0;      text-shadow: 0 0 5px #AB7762;      transform: scale(1.05);    }#header {        background-image: url('images/head.jpg');        background-repeat: no-repeat;        background-position: center;         height:626px;        width:100%;        margin-top:-5px;}a:link {        text-decoration: none;         color:#93695B; 	font-size: 13px;font-family: 'Libre Baskerville', serif;        font-weight: 600!important;}a:visited {         text-decoration: none;         color:#93695B; 	font-size: 13px;font-family: 'Libre Baskerville', serif;        font-weight: 600!important;}a:hover {        text-decoration: none;         color:#B79C92; 	font-size: 13px;font-family: 'Libre Baskerville', serif;        font-weight: 600!important;}b {         color: #B79C92;         font-weight: 400!important;}i {         color: #99766A         font-weight: 400!important;}#content {	margin: -100px;	position: relative;	float: center;	width: 58%;}.contentx{        margin-left:0px;        margin-right:0px;        margin-bottom: 50px;padding:25px;	font-size: 13px;font-family: 'Libre Baskerville', serif;        font-weight: 500!important;        text-align:justify; color:#B2B2B2;        line-height:25px;letter-spacing:2px;opacity:0.7;}blockquote { 	background-color:#101411;  	border-top: 20px solid #7D594D; 	padding: 8px;	text-align:justify;	color:#B2B2B2;;opacity:0.7;}h1 { 	color:#7D594D;opacity:0.5;        letter-spacing:1px;font-family: "Mr Bedfort", cursive;        font-size:35px;        padding:10px;.contentx input, textarea, select {  background-color: #101411;  border: 2px dashed #7D594D;  padding:4px;  color:#7D594D;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}