body{
	color: rgba(255,255,255,0.8);
	background:url(images/seamless2.jpg) repeat;
	font-family: 'Montserrat', sans-serif;
}
a{
	text-decoration: none;
	color: white;
}
li{
	margin: 5px 0px;
}
img{
	border-radius: 10px;
}
#main1{
	/*border:1px solid blue;*/
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main2{
	/*border:1px solid green;*/
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#quote{
	display: flex;
	/*border: 1px solid red;*/
	width:60%;
	height:200px;
	text-align: center;
	align-items: center;
}
#quote h1{
	font-family: 'Chilanka', cursive;
}
#container{
	display: flex;
}
#img{
	width:300px;
	height: 400px;
	display: block;
}
#txt{
	margin:20px;
}
#txt{
	font-weight: 600;
}
.center{
	display: flex;
	align-items: center;
}