* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #222;
 background-color: #fefefe;
/* background-color: #708491; */
 /* background-color: #9fb7c7; */
}

.container {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 20px;
}

header {
  background-color: #000000;
  background-image: url('banner-4-01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  border-bottom: 1px solid #000000;
}

header h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #f5f3dc;
}

header p {
  font-size: 1.2rem;
  /*color: #555; */
  color: #f5f3dc;
}

nav {
  margin-top: 15px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #fae97a;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

section {
  padding: 30px 0;
  border-bottom: 1px solid #000000;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

ul {
  list-style: disc inside;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
  color: #fce779;
  background-color: #000000;
}

a {
  color: #fae97a;
}

/* RESPONSIVE DESIGN */

@media (max-width: 600px) {
  header h1 {
    font-size: 2rem;
  }

  nav a {
    display: block;
  }
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.social-links a {
  text-decoration: none;
  color: #fce779;
}
/*
.responsive-banner {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
*/
