.parentDiv{
	position: absolute;
	width: 512px;
	left: calc(50% - 256px);
	top: 0px;
	padding-top: 100px;
	height: 100%;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .parentDiv {
		margin-top: 0px;
		width: 100%;
		left: 0px;
		top: 0px;
    }
}

.title{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	color: #e95162;
	text-align: center;
}
.title .sub{
	margin-top: -10px;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	text-align: center;
}

.infoDiv{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #e95162;
	font-weight: normal;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

img {
	width:100%;
	height:auto;
}

.backButton{
	background: #e95162;
	color: white;
	border: none;
	border-radius: 0;
	margin-top: 50px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
