 body {
    background-image: url(https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/305616-hero-banner-bg-1600X580-desktop?resMode=sharp2&op_usm=1.5,0.65,15,0&wid=2000&hei=725&qlt=100&fmt=png-alpha&fit=constrain);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .site-header {
    position: fixed; /* Fix the header at the top */
    top: 0;
    left: 0;
    width: 100%; /* Span the full width of the viewport */
    background: linear-gradient(to bottom, #479EF4, #479ef5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  
  .site-header-inner {
    display: flex;
    justify-content: space-between; /* Spread the logo and navigation */
    align-items: center; /* Align vertically */
    padding: 10px 20px;
  }
  
  .logo img {
    height: 40px;
  }
  
  .navigation .nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
  }
  
  .navigation .nav-links li {
    display: inline;
  }
  
  .navigation .nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
    margin-right: 100px;
  }
  
  .navigation .nav-links a:hover {
    color: #ffe0b2;
  }
  
    button {
     padding: 12px 20px;
     font-size: 16px;
     background-color: #337ab7;
     color: #fff;
     border: none;
     border-radius: 4px;
     cursor: pointer;
     transition: background-color 0.3s ease;
     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
     border-color: #0067b8;
     background-color: #0067b8;
     display: block;
     width: ; 
    }
  
    button:hover {
     background-color: #23527c;
    }
  
    button:focus {
     outline: none;
    }
  
    button:active {
     background-color: #1e466d;
     box-shadow: none;
    }
  
    footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 20px;
      background-color: #2486FC;
      color: #000000;
      text-align: center;
      opacity: 0.5;
    }
    
    .button-container {
      text-align: center; /* Center the button horizontally */
      margin-top: 50px; /* Adjust margin as needed */
      margin-left: 0px;
      margin-right: 120px;
    }
  
    .wrapper-body {
      min-height: calc(100% - 132px);
      margin-bottom: ;
      margin-top: 35%;
      margin-left: 10%;
  }
  
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
    margin-left: 0px;
    margin-right :950px;
  }
  
  h4 {
    display: inline; /* Ensures the text is inline */
  }
  
  li {
    display: inline-block; /* Makes the list items appear inline */
  }
  