* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #bb3436;
}

body {
  background-color: black;
  color: white;
  font-family: 'Noto Sans', sans-serif;
}

.mobile-cover-banner {
  background-image: url('banner.webp');
  background-size: cover;
  background-position: center 65%;
  height: 400px; /* Adjust the height as needed for mobile */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.social-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons img {
  max-width: 40px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.centered-logo {
  max-width: 100%;
  height: auto;
  max-height: 80%;
}

.mobile-color-bar {
  height: 50px;
  background-color: #5864f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-server-info {
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0;
}

.centered-section {
  text-align: center;
}

.centered-image {
  margin-top: 20px;
  text-align: center;
}

.mobile-image-section {
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background-image: url('midPic.png');
  background-size: cover; /* Maintain aspect ratio and cover the container */
  background-position: center; /* Center the background */
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.mobile-image-section img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}

/* Additional styles for specific images */
.mobile-image-section img#commWiki {
  max-width: 90%; /* Adjust the maximum width for commWiki */
}

.mobile-image-section img#beginnersGuide {
  max-width: 90%; /* Adjust the maximum width for beginnersGuide */
}

.mobile-image-section img#charSheet {
  max-width: 90%; /* Adjust the maximum width for charSheet */
}

.mobile-text-section {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  color: white;
}

.centered-image-item {
  text-align: center;
  margin-bottom: 20px;
}

.centered-image-item a {
  color: white;
  text-decoration: none;
}

.centered-image-item p:first-child {
  font-weight: bold;
}

.centered-image-item p.image-text.custom-white {
  color: #fff;
}

.centered-image-item p.image-text {
  color: #f1efc8;
}

.full-width-image {
  width: 100%;
}

.footer {
  text-align: center;
  padding: 20px;
  color: #fff;
}

.small-text {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
