body {
  background-color: rgb(255, 17, 57);
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discord-button {
  background-color: #5865F2;
  color: white;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
  margin-bottom: 30px;
  text-align: center;
}

.discord-button:hover {
  background-color: #4752C4;
}

.rules-section {
  background-color: white;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
}

.rules-section h2,
.rules-section h3 {
  margin-top: 0;
}

.rules-section ul {
  padding-left: 0;
  list-style-position: inside;
  margin-top: 10px;
}

.rules-section li {
  margin-bottom: 10px;
}

.rules-section .note {
  margin-top: 20px;
  font-style: italic;
  background-color: #ffe0e0;
  padding: 10px;
  border-left: 4px solid red;
  border-radius: 6px;
  text-align: center;
}
