body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fafafa;
    color: #222;
}

header {
    background: #9c3f26;
    color: #fff;
    padding: 15px 0;
}

header h1 {
    margin: 0;
}

nav a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.hero {
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
}

.hero-cover img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin: 20px 0;
    display: block;
}


footer {
    background: #222;
    color: #eee;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}

footer a {
    color: #ffd27f;
}

/* new style footer */

footer {
  margin-top: 40px;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  color: #555;

    color: #ffd27f;
}

footer .powered-by-qeeme {
  margin-bottom: 10px;
  font-size: 14px;
}

footer .powered-by-qeeme a {
  color: #0066cc;

    color: #ffd27f;
  font-weight: 600;
  text-decoration: none;
}

footer .powered-by-qeeme a:hover {
  text-decoration: underline;
}

footer .copy {
  font-size: 13px;
  color: #777;
  
    color: #ffd27f;
}
