		body {
			background-attachment: fixed;
			margin: 0px;
			padding: 0px;
		}
		#heading{
			width: cover;
			height: 140px;
			border-width: 0px;
			border-style: solid;
			border-color: #D3D3D3;
			background: linear-gradient(to right,#00FFFF,#5ca1ff);
			margin-bottom: 20px;
		}
		#wrapper{
			width: 925px;
			height: auto;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			border-width: 2px;
			border-style: solid;
			border-color: #D3D3D3;
			background-color: white;
		}
		.container{
			width: 920px;
			margin: 5px;
		}
		#carosuself{
			width: 920px;
			height: 400px;
			border-style: solid;
			border-width: 2px;
		}
		.nav{
			text-decoration: none;
		}
		.nav .nav-item .nav-link {
			color: white;
		}
		.nav .nav-item .nav-link:hover{
			background-color: #1E90FF;
		}
		

		