body {
  margin: 0;
  font-family: "Tahoma", sans-serif;
  background: #f5f5f5;
}

/* ===== Header ===== */
header {
  background: #7b1e1e;
  color: white;
  padding: 15px;
  text-align: center;
}

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

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

/* ===== Hero (รูปหน้าวัด) ===== */
.hero {
  height: 70vh;
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('/u6831900013/projectfinal/wat-prasat/images/wat-prasat.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;
  text-align: center;
}

.hero h2 {
  font-size: 48px;
}

.hero p {
  font-size: 20px;
}

/* ===== Content ===== */
.container {
  padding: 30px;
  max-width: 900px;
  margin: auto;
}

.news {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 5px solid #7b1e1e;
}

/* ===== Footer ===== */
footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 15px;
}
