body {
  background-image: url('BacngroundWider1920x1080b.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

		.footer {
			margin-top:40px;
            padding: 20px;
            text-align: center;
        }
        .footer-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
        }
        .footer-menu li {
            margin: 0 15px;
        }
        .footer-menu a {
            text-decoration: none;
            color: #808080;
        }
        .footer-menu a:hover {
            text-decoration: none;
			color: #4d4d4d;
        }
        .copyright {
            margin-top: 10px;
            color: #808080;
            font-size: 14px;
        }
