.gotoStyle {
	background-color: #fff;
	margin: 0 60px;
	padding: 12px 0;
	border-radius: 12px;
	font-weight: 700
}

.outStyle {
	/* background-image: linear-gradient(25deg, #cd3633, #e06b61, #ef9992, #f8c6c6); */
	/*background-image: linear-gradient(25deg, #5b61b8, #b09be8, #9499ed, #6588b1);*/
	background-image: linear-gradient(90deg, #7da1eb 3%, #a572cc);
	background-color: #9477d0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background-image: url('./f554dd73.png');
	background-size: cover;
}

.btnStyle {
	text-align: center;
	width: 100%
}

.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.textPartTwo {
	border-radius: 12px;
	margin: 0 20px;
	background-color: #fff;
	padding: 10px
}