
    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(fond559.jpg)}

    .container {
      width: 100%;
      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: 49px;
      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:5px;} 
    
    
    
    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: 14px;
      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;
      }
    }
