

body {
    margin: 0;
    padding: 0;
    font-family: cursive;
    background:url(Imagem/Japan.jpg)no-repeat center center fixed;
    background-size: cover;
    color: #2c2c2c;
    line-height: 1.8;
  }
  

/* Container principal */
#container.page-wrapper {
    position: relative;
    max-width: 960px;
    margin: 40px auto;
    padding: 40px;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    color: #ffffff;
  }
  
  #container.page-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.644); 
    border-radius: 12px;
    pointer-events: none; 
  }
  
  #container.page-wrapper > * {
    position: relative; 
    z-index: 1;
  }

/* Cabeçalho */
#jar-header {
  text-align: center;
  margin-bottom: 32px;
}

#jar-header h1 span {
  font-size: 2.5rem;
  color: #e5e7e6;
  font-weight: 600;
}

#jar-header h2 span {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  margin-top: 8px;
  display: block;
}

/* Seções de texto */
.intro,
.main.supporting,
.sidebar {
  margin-bottom: 48px;
}

h3 span {
  font-size: 1.6rem;
  color: #2762afe0;
  border-left: 5px solid #0004f0;
  padding-left: 12px;
  margin-bottom: 16px;
  display: inline-block;
}

/* Parágrafos */
p span {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 16px;
}

/* Links */
a {
  color: #8886f3;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #3f3cf3;
  text-decoration: underline;
}

/* Listas na barra lateral */
#jar-link-list {
  background: #97353588;
  padding: 24px;
  border-radius: 12px;
}

#jar-link-list h3 span {
  color: #2762afe0;
}

#jar-link-list ul {
  list-style: none;
  padding: 0;
}

#jar-link-list li {
  margin-bottom: 12px;
}

.design-name {
  font-weight: 600;
}

.indicator {
  font-weight: bold;
}

/* Rodapé */
#jar-footer {
  text-align: center;
  padding: 20px 0;
  font-size: 0.95rem;
  color: #2762afe0;
}

#jar-footer a {
  margin: 0 6px;
  color: #8886f3;
}

#jar-footer a:hover {
  color: #3f3cf3;
  
}



/* Responsivo */
@media (max-width: 768px) {
  #container.page-wrapper {
    padding: 20px;
  }

  #jar-header h1 span {
    font-size: 2rem;
  }

  h3 span {
    font-size: 1.35rem;
  }
}

