  html {
    background: #2F353B;
    min-height: 100%;
  }

  body{
    margin: 0;
    font-family: Arial, sans-serif;
    background transparent;
    color: #FFFFFF;
  }

  header {
    background: linear-gradient(to right, #000000, #8a2be2);
    color: white;
    padding: 40px 20px;
    text-align: center;
  }

  section {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background: #2F353B;
  }

  h1, h2, h3 {
      color: #ffffff;
      background: transparent;
    }

  p a {
    color: #C1272D;
    text-decoration: none;
  }

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

  footer {
    background: #333;
    color: #ccc;
    text-align: center;
    padding: 20px;
    margin-top: 60px;
    }

  .dog-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin-top: 20px;
    background: transparent;
    }

    nav {
      position: sticky;
      top: 0;
      z-index:1000;
      background: #000000;
      padding: px;
      text-align: center;
    }

    nav a{
      color: #FFFFFF;
      margin: 0 15px;
      text-decoration: none;
      font-weight: bold;
    }
    nav a:hover {
      text-decoration: underline;
    }
