* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #595959;
    }
    header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 30px;
      background-color: #fff;
      border-bottom: 2px solid #ddd;
    }
    header img {
      height: 50px;
    }
    nav {
      margin-top: 10px;
    }
    nav a {
      margin-left: 30px;
      text-decoration: none;
      color: #595959;
      font-weight: bold;
    }
    footer {
      background-color: #e9e9e9;
      padding: 20px;
      text-align: center;
    }

    .contact p {
      font-size: 1.2rem;
      color: #333;
    }

    .contact-button {
      background-color: #3b5998;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      font-size: 1rem;
    }

    .contact-button:hover {
      background-color: #2d4373;
    }

    .gallery {
      margin-top: 20px;
    }

    .gallery-image {
      max-width: 100%;
      border-radius: 8px;
    }
    footer {
      background-color: #fff;
      padding: 40px 60px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 15px;
      font-weight: bold;
    }
    footer img {
      height: 40px;
    }
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
    }
    .footer-links a {
      text-decoration: none;
      color: #595959;
    }
