@import url("./server-card.css");

main {
  width: 98%;
  max-width: 1250px;
  margin: 2rem auto;
  background: var(--color-bg-secondary);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 20px;
}

.page-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 24px;
  font-weight: bold;
}

.no-servers {
  text-align: center;
  color: #888;
  margin-top: 40px;
  font-size: 1.2em;
}
