.frame{
	width: 640px;
	height:691px;
	top:-100px;
    left: calc(50% - 400px);
	position: relative;
}

#frame1{
	width: 640px;
	height:691px;
	position: absolute;
}

#text{
	width: 400px;
	font-size: 22px;
	left: 100px;
	top: 180px;
	position: absolute;
}