body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, rgb(57, 129, 177) 0%, #c54307 100%);
}

/* Style the navigation bar container */
.topnav {
  background-color: #333;
  overflow: hidden;
  position: fixed; /* Keep it at the top while scrolling */
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensure it stays above other content */
}

/* Align links horizontally */
.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topnav li {
  float: left;
}

/* Style the links */
.topnav a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.title {
  text-align: center;
  margin-top: 50px; /* Add some space below the fixed navbar */
  font-size: 150px;
}

.rules{
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.rules-list {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.rules-item {
    margin-top: 20px;
}

.rules-container {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background-color: bisque;
}

.join{
  margin-top: 30px;
  text-align: center;
}

.join-container {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background-color: bisque;
}

h1 {
  font-family: 'Nevera', sans-serif;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 80%;
}

h2 {
  font-family: 'Nevera', sans-serif;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}

h3 {
  font-family: 'Nevera', sans-serif;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}
h4 {
  font-family: 'Nevera', sans-serif;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}

p {
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

.packlist {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.feature-list {
  width: min(100%, 900px);
  margin: 32px auto 0;
  display: grid;
  gap: 32px;
}

.feature {
  text-align: center;
}

.feature h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}

.feature-image {
  width: min(75vw, 520px);
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.title {
  font-size: clamp(2.5rem, 10vw, 6rem);
  line-height: 1;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 600px) {
  .title {
    font-size: 3rem;
    line-height: 0.95;
    padding: 0 12px;
  }
}

.vote-list {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.vote-item {
  margin-top: 20px;
}
.punishment-container {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background-color: bisque;
}
.punishment-item {
  margin-top: 20px;
}
.punishment-list {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}