body {
  font-family: 'PixelCraft', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}
nav.navbar {
  display: flex !important;
  justify-content: center !important;
  background-color: #333 !important;
  padding: 10px 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: 'PixelCraft', sans-serif !important;
  font-size: 16px !important;
  border: none !important;
}
nav.navbar a {
  color: white !important;
  padding: 14px 20px !important;
  text-decoration: none !important;
  text-align: center !important;
  font-family: 'PixelCraft', sans-serif !important;
  display: inline-block !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
}
nav.navbar a:hover {
  background-color: #ddd !important;
  color: black !important;
  text-decoration: none !important;
}
header, main {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 768px) {
  header, main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  header, main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.server-banner {
  margin: 30px auto;
  max-width: 600px;
}
.server-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.banlist-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.banlist-container h1 {
  color: white;
}

h1 {
  text-align: center;
  margin: 20px 0;
}
h2 {
  text-align: center;
  margin: 20px 0;
  font-size: medium;
  color: white;
}
.banlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.memberlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  background-color: #c8d6e5;
  border: 1px solid #6b7a8a;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  width: 200px;
  text-align: center;
}
.card h2 {
  color: black;
  margin: 0 0 10px;
}
.card p {
  margin: 0;
}
body, h1 {
  font-family: 'PixelCraft', sans-serif;
  color: black;
  font-weight: normal;
}
body, html {
  height: 100%;
}
.somethingidk {
  background-image: url('https://github.com/derex-smp/derex-smp.github.io/blob/main/2025-01-15_19.38.13.png');
  background-position: center;
  background-size: cover;
}
.h1 {
  text-align: center;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}
.links {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.link-item {
  flex: 1;
  padding: 10px;
}
p, a {
  color: black;
}
.map-body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.map-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.map-container iframe {
  flex: 1;
  border: none;
}
.map-preview {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.map-preview iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.map-preview-container {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#map { height: 250px; }
