@charset "UTF-8";

#content-text {
	position: relative;
	clear: left;
}
#content-text article{
	width: 60%;
	padding-left: 2%;
	position: absolute;
	right: 43px;
	top: 40px;
	border-radius: 15px;
	color: #000000;

}
#content-text img{
	max-width: 100%;
}
