body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
  }
  
  header {
    padding: 5px 0;
  }
  
  .container {
    max-width: 800px;
  }
  
  .logo {
    width: 75%;
    max-width: none;
  }  
  
  .content-box {
  max-width: 800px;
  margin: 10px auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

  .main {
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }
  
  .highlight-box {
    background-color: #fffbea;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  
  .description {
    margin: 10px 0;
    text-align: justify;
    line-height: 1.8; 
  }
  
  .stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 9px 0;
    font-size: 0.8rem;
  }
  
  .stat {
    padding: 1px;
  }

  .stat-value {
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .team-section, .hits-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
    margin: 20px 0;
  }

  .team-header {
    background-color: #e6f7ff;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #003a70;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .hit-header {
    background-color: #e6f7ff;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #003a70;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .team-member, .hit {
    max-width: 300px; 
    margin: 10px;
  }
  
  .avatar, .game-image {
    max-width: 85%;
    border-radius: 50%;
  }

  .equal {
    background-color: #fbe6ffa8;
    padding: 15px;
    border-left: 5px solid #ffcdfde8;
    border-radius: 5px;
    margin-bottom: 20px;
  } 

  .horizontal-line  {
    border-top: 1px solid #d3d3d3;
    margin: 1rem 0;
  }  

  ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10;
    line-height: 1.8;
    list-style-position: inside;
  }

  a {
    color: gray; 
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }

  .italic-text {
    font-style: italic;
  }

  .store-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .store-badge {
    width: auto;
    height: 50px;
    object-fit: contain;
    margin: 15px 0;
    transition: transform 0.2s;
  }
  
  .store-badge:hover {
    transform: scale(1.1);
  }  

  .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    min-width: 150px;
  }
  
  .contact-header {
    background-color: #f3f3f3;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .privacy-section {
    background-color: black;
    color: white;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.privacy-links {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 10px;
}

.privacy-links a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.privacy-links a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 10px;
    background-color: black;
    width: 100%;
    box-sizing: border-box;
}

 /* About us */
 
.about-box {
  background-color: #fffbea;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.description_us {
  margin: 10px 0;
  text-align: justify;
  line-height: 1.8; 
}

.meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
  font-size: 14px;
  color: gray;
  border-bottom: 1px solid #ddd;
}

.date, .author {
  font-style: italic;
}

.mission-header {
  background-color: #e6f7ff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003a70;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

.nature {
  background-color: #e6fff6a8;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: bold;
  color: #003a70;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
} 

 /* Privacy */

 .accordion-button {
  background-color: #e7f3ff;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003a70;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); 
  transition: transform 0.3s ease;
}

.accordion-button.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.privacy_text {
  margin: 10px 0;
  text-align: justify;
  line-height: 1.8;
  display: none; 
}

ul ul {
  list-style: circle;
  margin-left: 40px;
}

.children-info {
  background-color: #ffeaea;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* Privacy languages */

.language {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  justify-content: center;
  padding: 1rem;
}

.language_name {
  background-color: #f3f3f3;
  padding: 0.5rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.language_name:hover {
  background-color: #d0d0d0;
  color: #333;
}

/* Legal */
.terms-header {
  text-align: center;
  background-color: #e6f7ff;
  padding: 20px;
  border-radius: 10px;
}

.last-updated {
  font-size: 14px;
  color: gray;
}

.terms-section {
  text-align: justify;
  margin-top: 20px;
}

.terms-section h2 {
  color: #003a70;
  font-size: 1.5rem;
  margin-top: 20px;
}

.terms-section p, .terms-section ul {
  font-size: 1rem;
  line-height: 1.8;
}

.terms-section ul {
  list-style: disc;
  padding-left: 20px;
}

.purchases-box {
  background-color: #e6f7ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.warranty-box {
  background-color: #e6f7ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}