body {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  background: #0c0c0c;
  color: white;
  background-image: url('../img/metal-texture.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.hexagon-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  max-width: 1131px;
  margin: auto;
}

.hexagon-img {
  background: white;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 20px;
  max-width: 1131px;
  text-align: center;
}

.hexagon-img img {
  width: 100%;
  border-radius: 10px;
}

.credit {
  font-size: 0.8em;
  color: #333;
  margin-top: 8px;
}

.hexagon-text {
  max-width: 1131;
  font-size: 1rem;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border: 2px solid #ff6600;
  border-radius: 20px;
  box-shadow: 0 0 10px #ff6600;
  margin-bottom: 20px;
}
