*{
	box-sizing: border-box;
	margin: 0;

}
html{
		display: block;

}
body{
		background-color: #E8E0C5;

}



.top{

	background-image: url(top1.jpg);
	height: 8%;
	width: 100%;
}

.logo{
		display: flex;
		justify-content: space-around;
		font-size: 25px;
		background-color: #F7F7F7;
		width: 100%;	
}

.us{
	margin-top: 1%;

}
.our{
		background-image: url(top1.jpg);
		width: 15%;
		text-align: center;
		padding: 10px;
		margin-top: 1%;
		border-radius: 10px;
		color: ghostwhite;
}

.ang{
		font-family: arial;
		margin-top: .5%;
		font-size: 45px;

}
.laminate{
			display: flex;
			gap: 8%;
			margin-top: -2%;
			margin-left: 12%;

}
.name{
		font-size: 25px;
		text-align: center;
		padding: 10px;
}
.niche{
		font-size: 20px;
		text-align: center;

}
.ham{
		background-color: #F5F2E9;
		border-radius: 5px;

}
.iim{
		width: 100%;


}
