	.carousel{

		margin-top:20px;	
		padding-left: 10%;
		padding-right: 10%;
	}

	.imgs{
		width:45%;
		height:18%
	}
	.imgs1{
		width:100%;
		height:20%;
	}
	.imgs2{
		width:100%;
		height:100%
	}
	.imgs3{
		width:100%;
		height:100%
	}
	.imgs5{
		width:20%;
		height:10%;
	}
	footer {
    text-align:center;
    padding: 10px;
    background-color: #000;
    color: #fff;
	bottom: 0px;
	position: absolute;
	width:100%;
}


.user_card {
			height: auto;
			width: auto;
			margin-top: 20px;
			margin-bottom: 20px;
			margin-left:10px;
			margin-right:10px;
			background: #fff ;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			

		}
		.user_cards {
			
			margin-top: 20px;
			margin-bottom: 20px;
			margin-left:10px;
			margin-right:10px;
			}