.header-buttons {
      display: flex;
      gap: 20px; /* Increased gap between buttons */
      padding-left: 30px; /* Increased padding for the first button */
    }

    .round-button {
      width: 40px; /* Reduced button size */
      height: 40px; /* Reduced button size */
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
	  margin-left:  28px;
	  margin-top: 9px;
    }

    .twitter {
      background-color: #1DA1F2;
    }

    .facebook {
      background-color: #1877F2;
    }

    .email {
      background-color: #FF4500;
    }

    .pinterest {
      background-color: #BD081C;
    }

    .instagram {
      background-color: #E1306C;
    }

    /* Adjust icon color and size */
    .round-button i {
      color: white;
      font-size: 18px; /* Reduced icon size */
    }
	
	