body {
      background:#fafafa url();
      color: #ffffff;
      font-family: georgia, calibri, verdana, sans-serif;
      font-size:11px;
      letter-spacing:0.5px;
      line-height:25px;
      margin: 0;
      padding: 25px;
      text-align:justify;}
    
    a:link,a:visited,a:active {color: #EBD2B4; text-decoration: none; }
    a:hover { color: #9d866c;}
    
::-webkit-scrollbar-thumb {
background-color: #ffffff;}
::-webkit-scrollbar 
{width: 0px; height: 0px; background: transparent;}
    
    

body {background-image: url(Pictures/fond559.jpg)}

    .container {
      width: 300%;
      max-width: 800px;
      margin: 5px auto;
      background: linear-gradient(to bottom, rgba(51, 6, 52, 0.97) 0%, #2e241c 100%);
      border: 0px solid #fffafa;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
      border-radius: 50px;
      display: flex;
      flex-direction: column;
      overflow: hidden;}
    
    

    .top {
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0;}
    
    

    .main-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      background: linear-gradient(to bottom, #444 0%, #1d1d1d 100%);}

    
    
    header {
      position: relative;
      margin: 0;
      padding: 0;
      line-height: 0;
      overflow: hidden;
      border-bottom: -26px dotted #BB8959;}

    header img {
      display: block;
      width: 100%;
      height: auto;}
    
    
    
  .site-name {
     position: absolute;
     bottom: 25px;         
     right: 10px;        
     font-family: georgia, cursive;
     font-size: 25px;
     color: #240808;
     text-shadow: 1px 1px 0px #340505;
     font-style:italic;
     letter-spacing: 3px;
     pointer-events: none;}

  .title {
      font:bold 16px 'doto', georgia, cursive; 
      color: #bc2020;
      margin: 0 0 6px 0;
      padding-bottom: 6px;
      border-bottom:3px dotted #958678;
      letter-spacing:3px;} 
    
    
    
    nav {
      background:#29211D;
      border-bottom: 3px dotted #958678;
      text-align: center;}

    nav ul {
      list-style: none;
      margin: 1;
      padding: 6px 0;
      display: flex;
      justify-content: center;
      gap: 25px;
      flex-wrap: wrap;}

    nav li {
      display: inline-block;}

    nav a {
      text-transform:lowercase;
      font-style:italic;
      letter-spacing:5px;
      font-size: 11pxpx;
      padding: 4px 10px;
      border-radius: 5px;
      transition: all 0.2s ease-in-out;}

    

    main {
      flex: 1;
      padding: 10px 12px;
      background: linear-gradient(to bottom, #29211D 0%, #29211D 100%);
      position: relative;}

   

    aside {
      width: 160px;
      background: linear-gradient(to bottom, #29211D 0%, #29211D 100%);
      border-left: 3px dotted #958678;
      padding: 10px;
      box-sizing: border-box;}

    aside ul {
      list-style: none;
      padding: 0;
      margin: 0;}

    aside li {
      margin: 6px 0;
      padding: 4px;
      background: rgba(255, 191, 105, 0.05);
      border-radius: 5px;
      transition: background 0.2s ease, transform 0.2s ease;}

    aside li:hover {
      background: #1c1c1c;}
    
    aside a:link,
    aside a:visited,
    aside a:active {
    color: #EBD2B4;
    text-decoration: none;}
    

    
    footer {
      background: linear-gradient(to right, #1e1e1e 0%, #131313 100%);
      text-align: center;
      padding: 8px 0;
      font-size: 12px;
      border-top: 1px dotted #ffcc9b;
      position: relative;
      font-size:10px;}
    
    

    @media (max-width: 700px) {
      .top {
        flex-direction: column;}
      
      .site-name {font-size:14px;
       position: absolute;
       bottom: 13px;         
       right: 20px; }

      aside {
        width: 100%;
        border-left: none;
        border-top: 3px dotted #c69b72;}

      nav ul {
        flex-wrap: wrap;
        gap: 8px;
      }

      nav a {
        font-size: 24px;
        padding: 10px 10px;
      }

      .container {
        width: 95%;
        margin: 20px auto;
      }
    }
    .aside-nav__heading {
    display: block;
    border: 1px dashed currentColor;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 8px 10px 6px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: -1px;
    margin-right: -1px;
    background: var(--yellow);
}
* {
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}
.aside-nav {
    padding: 1em 0 .5em;
    user-select: none;
}
.aside {
    position: relative;
    background: var(--asideBackgroundColor);
    padding: 10px 14px;
    color: var(--asideTextColor);
}
.styled {
  border: 1;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(139, 58, 58);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgb(87, 0, 0);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

    
