.white_btn{
	border: none;
	background-color: #fff;
	color: var(--main-color);
	width: 320px;
	height: 62px;
	font-size: 20px;
	cursor: pointer;
}

.green_btn{
	border: none;
	background-color: var(--main-color);
	color: #fff;
	width: 320px;
	height: 62px;
	font-size: 20px;
	cursor: pointer;
}
