body {
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
    color: black;
    padding: 0 10px;
    background: url(img/bg3.png) center center repeat transparent;
  }
  .outer {
    background: url(img/bg.png) center center repeat white;
    max-width: 80%;
    margin: 40px auto;
    padding: 20px;
    border: 5px outset magenta;
    box-shadow: 10px 10px 5px #888888;
  }
  h1,
  h2,
  h3 {
    line-height: 1.2;
    font-family: georgia;
  }
  #Header {
    text-align: center;
  }
  .logo {
    text-decoration: overline underline brown;
    font-size: 48px;
    font-family: serif;
    color: #000;
    text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000,
      0 -18px 40px #f00;
    cursor: pointer;
  }
  .logo:hover {
    transform: scale(1.2);
  }
  .tagline {
    font-size: 20px;
    color: #bc2e1e;
    font-style: italic;
    font-family: monospace;
  }
  #Nav {
    text-align: center;
    font-family: cursive;
    margin: 20px 0;
    background-color: #00ff00;
    border: 3px solid #0000ff;
    border-radius: 10px;
  }
  .nav-link {
    display: inline-block;
    padding: 8px 15px;
    margin: 10px;
    background: lightgrey;
    border: 3px outset rgba(164, 164, 164, 0.99);
    text-transform: uppercase;
    font-weight: bold;
    color: brown;
  }
  .nav-link:hover {
    outline: 5px solid red;
    color: red;
  }
  .nav-link:active {
    background: grey;
    border-style: inset;
    color: darkred;
  }
  .section h2 {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-shadow: 5px 5px black;
    text-align: center;
    color: white;
    background-image: linear-gradient(
      to left,
      violet,
      indigo,
      blue,
      green,
      yellow,
      orange,
      red
    );
  }
  #Footer {
    text-align: center;
    margin-top: 40px;
  }
  #Footer .credit {
    display: block;
  }
  img {
    max-width: 100%;
  }
  
  th,
  td {
    padding: 10px;
  }
  .skills li {
    list-style-image: url(img/emoticons/star.gif);
  }
  .construction {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    background: yellow;
    color: black;

    font-size: 20px;
    padding: 10px;
    border: 3px dashed red;
    margin: 20px auto 40px;
  }
  .construction img {
    vertical-align: middle;
    max-width: 128px;
    display: block;
    margin: 10px auto;
  }
  .hit-counter {
    font-family: monospace;
    font-size: 14px;
    background: black;
    color: lime;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
  }
  
  #NotFound {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    text-align: center;
  }
  #NotFound h1 {
    font-size: 48px;
    color: red;
    text-shadow: 2px 2px 0px yellow;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }
  #NotFound p {
    font-size: 24px;
    color: blue;
  }
  #NotFound img {
    max-width: 100%;
    margin: 20px auto;
  }
  #NotFound a {
    color: green;
    text-decoration: underline;
  }
  #NotFound a:hover {
    color: purple;
  }

  .gallery figure {
      display: inline-block;
      margin: 10px;
      vertical-align: top;
      background-color: rgba(255, 255, 255, 0.9);
      border: 5px solid #00ff00;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 5px 5px 5px #888888;
  }
  .gallery img {
      max-height: 240px;
      margin: 5px;
      max-width: 100%;
      height: auto;
      border: 3px solid #0000ff;
      border-radius: 10px;
  }
  .gallery img:hover {
      transform: scale(1.1);
      border-color: #ff00ff;
  }
  .gallery figcaption {
      font-size: 18px;
      color: #0000ff;
      margin-top: 10px;
  }
  .gallery figure.style-1 {
    border: 5px solid #ff0000; /* Red border */
    background-color: rgba(255, 0, 0, 0.1); /* Light red background */
}
.gallery figure.style-2 {
    border: 5px dashed #00ff00; /* Green dashed border */
    background-color: rgba(0, 255, 0, 0.1); /* Light green background */
}
.gallery figure.style-3 {
    border: 5px dotted #0000ff; /* Blue dotted border */
    background-color: rgba(0, 0, 255, 0.1); /* Light blue background */
}
.gallery figure.style-4 {
    border: 5px double #ff00ff; /* Pink double border */
    background-color: rgba(255, 0, 255, 0.1); /* Light pink background */
}
.gallery figure.style-5 {
    border: 5px groove #ffff00; /* Yellow groove border */
    background-color: rgba(255, 255, 0, 0.1); /* Light yellow background */
}
.gallery figure.style-6 {
    border: 5px ridge #00ffff; /* Cyan ridge border */
    background-color: rgba(0, 255, 255, 0.1); /* Light cyan background */
}
.gallery figure.style-7 {
    border: 5px inset #ff9900; /* Orange inset border */
    background-color: rgba(255, 153, 0, 0.1); /* Light orange background */
}
.gallery figure.style-8 {
    border: 5px outset #9900ff; /* Purple outset border */
    background-color: rgba(153, 0, 255, 0.1); /* Light purple background */
}
.gallery figure.style-9 {
    border: 5px solid #ffcc00; /* Gold solid border */
    background-color: rgba(255, 204, 0, 0.1); /* Light gold background */
}
.gallery figure.style-10 {
    border: 5px double #ff6699; /* Pink double border */
    background-color: rgba(255, 102, 153, 0.1); /* Light pink background */
}
.gallery figure.style-11 {
    border: 5px dotted #66ff66; /* Green dotted border */
    background-color: rgba(102, 255, 102, 0.1); /* Light green background */
}

  .work-list {
    text-align: left;
    margin: 20px 0;
  }
  .work-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 3px solid #00ff00;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
  }
  .work-item h3 {
    font-size: 24px;
    color: #ff00ff;
    margin: 0 0 10px 0;
  }
  .work-item p {
    font-size: 18px;
    color: #0000ff;
    margin: 0 0 10px 0;
  }
  .work-item a {
    color: #0000ff;
    text-decoration: none;
    font-weight: bold;
  }
  .work-item a:hover {
    text-decoration: underline;
  }