body {
      margin: 0;
      font-family: 'Urbanist', sans-serif;
      background-color: #000;
      color: #fff;
    }

    header {
      background-color: #000;
      color: #fff;
      padding: 20px;
      text-align: center;
    }

    header h1 {
      margin: 0;
      font-size: 2.5em;
      font-family: 'DM Serif Display', serif;
    }
    
    .text-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    h1#logo {
      background-image: url("/img/logo_site.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 150px;
      margin-bottom: 0.2em;
    }

    nav {
      background-color: #000;
      text-align: center;
      padding: 10px 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }

    nav a {
      color: white;
      text-decoration: none;
      margin: 0 15px;
      font-weight: bold;
    }

    section {
      padding: 40px 20px;
      max-width: 900px;
      margin: auto;
    }

    h2 {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 20px;
      font-family: 'DM Serif Display', serif;
    }

    h3 {
      border-bottom: 2px solid #fff;
      padding-bottom: 5px;
      margin-top: 40px;
      font-family: 'DM Serif Display', serif;
    }

    .menu-item {
      margin-bottom: 20px;
    }

    .item-title {
      font-weight: 700;
      font-family: 'Urbanist', sans-serif;
      font-size: 1.1em;
    }

    .item-desc {
      font-style: italic;
      font-family: 'Urbanist', sans-serif;
      font-size: 0.95em;
      margin: 2px 0 5px 0;
    }

    .item-desc-h3 {
      font-style: italic;
      font-family: 'Urbanist', sans-serif;
      font-size: 0.95em;
      margin: 2px 0 15px 0;
    }

    footer {
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 20px;
      font-size: 0.9em;
      border-top: 1px solid #fff;
    }