body {
  font-family: Arial, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


body:not(.home) {
  background: none;
}

header {
  background: #2d2d2d;
  color: white;
  padding: 10px;
  text-align: center;
}

main {
  display: flex;
  flex: 1;
}

nav {
  width: 200px;
  background: #f5f5f5;
  padding: 15px;
  border-right: 1px solid #ccc;
}

article {
  flex: 1;
  padding: 20px;
}

footer {
  background: #2d2d2d;
  color: white;
  text-align: center;
  padding: 10px;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  margin: 8px 0;
}

nav ul li a {
  text-decoration: none;
  color: #333;
}

nav ul li a:hover {
  color: #007bff;
}


.IconBox {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
  padding: 8px;
}

.background {
  width: 100%;
  height: 700px;        /* BẮT BUỘC */
  margin-top: 20px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.IconDisplay {
  width: 100px;
  height: 100px;
  margin: auto;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.IconHeader {
  margin-top: 6px;
  font-weight: bold;
}

#characterSection {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#Story {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
