body{
	margin:0;
	padding:0;
}
#home{
	height:150%;
	width:100%;
}
#yemen{
	float:left;
	height:90%;
	width:100%;
	background-image:linear-gradient(to bottom, #f44336 33%,#fafafa 33% 66%,#212121 33%);
}
#bhutan{
	float:left;
	height:90%;
	width:100%;
	position:relative;
	background-image:linear-gradient(to top left ,#ef6c00 50%,#ffe082 50%);
}
#japan{
	float:left;
	height:90%;
	width:100%;
	position:relative;
	background-color:white;
	box-shadow: 0 0 3px black;
}
#india{
	float:left;
	height:90%;
	width:100%;
	position:relative;
	background-image:linear-gradient(to bottom,#E67E22 33%,#FDFEFE 33% 66%,#186A3B 66%);
}
#france{
	float:left;
	height:90%;
	width:100%;
	background-image:linear-gradient(to right,#002E62 33%,#FFFFFF 33%,#FFFFFF 66%,#DA0000 66%);
}
#thai{
	float:left;
	height:90%;
	width:100%;
	background-image:linear-gradient(to bottom,#DF2111 15%,#FFFFFF 15%,#FFFFFF 35%,#002E62 35%,#002E62 65%,#FFFFFF 65%,#FFFFFF 85%,#DF2111 85%);
}
#img1{
	position:absolute;
	width:70%;
	left:10%;
}
#img2{
	position:absolute;
	width:35%;
	left:30%;
	top:17%;
}
#img3{
	position:absolute;
	left:40%;
	top:31%;
	width:20%;
}
.div1{
	float:left;
	height:30%;
	width:40%;
	margin-left:7%;
	margin-top:2%;
}
h2{
	width: 80%;
    height: 10%;
    margin-left: 10%;
    margin-bottom: 0;
    margin-top: 0;
}

