body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      color: #444;
    }
    a.email {
        text-decoration: none;
        color: #444;
    }
    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 50px;
      border-bottom: 1px solid #e0e0e0;
    }
    header img {
      height: 40px;
    }
    nav a {
      text-decoration: none;
      color: #555;
      margin: 0 15px;
      font-weight: 500;
    }
    nav a.active {
      border-bottom: 2px solid #333;
      padding-bottom: 5px;
    }
    .container {
      text-align: center;
      margin: 60px auto;
      max-width: 900px;
    }
    h1 {
      font-size: 32px;
      color: #333;
    }
    .event-box {
      border: 5px solid #f0f0f0;
      padding: 30px;
      margin: 40px auto;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    }
    .event-box img {
      height: 50px;
      margin-right: 15px;
    }
    .visit-us {
        color: #ee1c25;
        font-weight: Bold;
    }
    .dot {
      text-align: center;
      font-size: 40px;
      color: #c00;
    }
    .download-section {
      background-color: #efefef;
      padding: 40px 60px;
      margin: 40px auto;
      max-width: 1100px;
      border-radius: 5px;
    }
    .download-section h2 {
      color: #333;
    }
    .download-section p {
      line-height: 1.6;
      color: #555;
      max-width: 900px;
    }
    .download-btn {
      background-color: #555a60;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 5px;
      cursor: pointer;
      float: right;
      font-size: 16px;
    }
    .download-btn:hover {
      background-color: #333;
    }