html {
      scroll-behavior: smooth;
    }
    #section2 {
      margin-top: 0px; /* Space for scrolling */
      height: 0px;
	}
    .fixed-link2 {
      position: fixed;
      bottom: 20px; /* Distance from the bottom */
      right: 200px; /* Distance from the left */
      background-color: red; /* Optional background color */
	  color: black; /* Text color */
      padding: 10px; /* Optional padding */
      border: 1px solid black; /* Optional border */
      border-radius: 5px; /* Optional rounded corners */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Optional shadow */
    }