body {
  font-family: Arial, sans-serif;
  background: #dcceb3;
  padding: 20px;
  margin: 0;
}

h1 {
  text-align: center;
  color: #333;
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    margin-top: 62px;
    padding: 30px 20px;
    background: #172236;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
}

.site-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-brand {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.footer-company {
    margin-top: 2px;
    opacity: 0.85;
}

.footer-links {
    margin-top: 9px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.footer-links a:hover {
    opacity: 0.75;
}

.footer-links span {
    margin: 0 9px;
    opacity: 0.55;
}

.footer-copy {
    margin-top: 8px;
    opacity: 0.6;
    font-size: 12px;
}