body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('e:\marjiesite\images\LOGO.jpeg') no-repeat center center fixed;
  background-size: cover;
}

header {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img {
  height: 50px;
}

header h1 {
  margin: 0;
  font-size: 24px;
}
nav {
  margin-top: 10px;
}

nav a {
  color: rgb(0, 0, 0);
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: rgb(253, 251, 251);
}
.intro-section {
  text-align: center;
  padding: 30px 20px 10px;
  background-color: rgb(0, 0, 0);
  border-bottom: 2px solid #fdfcfc;
}

.intro-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fbf6f6;
}

.intro-section p {
  font-size: 18px;
  color: #fdfafa;
}

.intro-images {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.intro-images img {
  width: 90px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.cards-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
  scroll-snap-type: x mandatory;
}

.card {
  flex: 0 0 auto;
  width: 250px;
  background: #000000;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.327);
  padding: 10px;
  scroll-snap-align: start;
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.card h3, .card p {
  margin: 10px 0;
  color: #fbf6f6;
}

audio {
  width: 100%;
  margin-top: 10px;
}

.video-section {
  text-align: center;
  margin: 30px 0;
}

.video-section video {
  width: 80%;
  max-width: 800px;
}

footer {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.about {
  text-align: center;
  padding: 30px 20px 10px;
  background-color: rgb(255, 255, 255);
  border-bottom: 2px solid #fdfcfc;
}

.about h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #000000;
}

.about p {
  font-size: 18px;
  color: #000000;
}
.contact-links img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
}
.text {
  text-align: center;
  padding: 30px 20px 10px;
  background-color: rgb(255, 255, 255);
  border-bottom: 2px solid #fdfcfc;
}
.text h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  color: #000000;
}