body {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    color: #222;
  }
  
  .container {
    max-width: 800px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
  }
  
  p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .contact-list {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .contact-list li {
    margin-bottom: 10px;
  }
  
  .contact-list a {
    color: #0066cc;
    text-decoration: none;
  }
  
  .contact-list a:hover {
    text-decoration: underline;
  }
  
  .qrcode {
    margin-top: 30px;
  }
  
  .qrcode img {
    width: 150px;
    height: auto;
  }
  