
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: #041936;
  color: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 48px;
}

nav a {
  margin-left: 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  text-align: center;
  margin-top: 30px;
}

.hero-img {
  max-width: 100%;
  height: auto;
}

.illustration {
  margin-top: 30px;
  text-align: center;
}

.illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.token-sale {
  margin-top: 40px;
  text-align: center;
}

.token-sale .btn {
  background-color: #0066ff;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
}

footer {
  text-align: center;
  margin-top: 60px;
  font-size: 0.9em;
  color: #ccc;
}
