.site-header {
    padding: 30px 40px;
    border-bottom: 1px solid #1c2530;
  }
  
  .logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #d7dde5;
  }
  
  .logo-wrap img {
    height: 36px;
    width: auto;
    opacity: 0.85;
  }
  
  .logo-wrap span {
    font-weight: 300;
    letter-spacing: 0.22em;
    font-size: 1.1em;
  }

  body {
    margin: 10;
    background: #0b0e11;
    color: #d7dde5;
    font-family: Arial, Helvetica, sans-serif;
  }
  header {
    padding: 60px;
    text-align: center;
    border-bottom: 1px solid #1c2530;
  }
  h1 {
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
    border-bottom: 1px solid #1c2530;

  }
  nav a {
    color: #8fa3bf;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  nav a:hover {
    color: #d7dde5;
  }
  .hero {
    height: 300px;
    background: url("data:image/gif;base64,R0lGODlhAQABAAAAACw=") no-repeat center;
    background-size: cover;
    border-top: 1px solid #1c2530;
    border-bottom: 1px solid #1c2530;
  }
  footer {
    padding: 30px;
    text-align: center;
    font-size: 0.8em;
    color: #4b5d73;
  }
  