body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f9f9f9;
    color: #333;
  }
  h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 2rem;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 8px;
  }
  p {
    margin-bottom: 1.5rem;
  }
  .language-switch {
    text-align: center;
    margin-top: 2rem;
  }
  .language-switch a {
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
  }
  .language-switch a:hover {
    text-decoration: underline;
  }