body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #fafafa;
  color: #222;}
header {
  background: #c8102e; /* Raspberry red */
  color: white;
  padding: 1rem;
  text-align: center;}

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

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;}

nav a:hover,
nav a.active-link {
  color: #00a651; /* Raspberry green */
  text-decoration: underline;}
section {
  padding: 20px;}
.page-section {
  display: none; /* Hide by default */}
.page-section.active {
  display: block; /* Show only the active one */}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  background: white;}

table, th, td {
  border: 1px solid #444;
}

th {
  background: #c8102e;
  color: white;}

th, td {
  padding: 10px;
  text-align: left;}
img {
  max-width: 200px;
  margin: 10px;
  border: 3px solid #00a651;
  border-radius: 10px;}
footer {
  text-align: center;
  padding: 1rem;
  background: #eee;
  margin-top: 20px;}
  #gallery img {
    width: 90%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 15px auto;
}
#home img {
    width: 90%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 15px auto;
}
#about img {
    width: 90%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 15px auto;
}