body {
  font-family: Arial, system-ui, sans-serif;
  margin: 0;
  padding: 0;
  background: #111111;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  text-align: left;
}

section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  color: #ffffffcc;
}
h2, h3, h4 {
  color: #fff;
}

/* ------------------------ Logo Title */
header {
  position: relative;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  z-index: 202;
}
header img {
  image-rendering: crisp-edges;
  max-width: 24rem;
  position: static;
  pointer-events: none;
  z-index: 202;
}
@media (max-width: 800px) {
  header img {
    max-width: 17rem;
  }
}

/* ----------------------Foooter */ 
 footer {
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: left;
  gap: 10px;
  line-height: 1.2;
  z-index: 198;
}

.Copyright {
  color: #ffffff98;  
  text-transform: uppercase;
  font-size: 0.6rem;
  margin: 1.2rem;
  user-select: none;
}
.Copyright a {
  color: #ffffff98;
  text-decoration: none;
}
.Copyright img {
  margin-top: 0.45rem;
  max-width: 8rem;
  image-rendering: crisp-edges;
  opacity: 0.85;
  pointer-events: none;
}
.PPolicy {
  color: #ffffff98;
  font-size: 0.5rem;
  text-decoration: none;
}
.More {
  color: #ffffff98;
  font-size: 0.5rem;
  text-decoration: none;
}