body {
	background: linear-gradient(to bottom, rgb(142, 101, 255), rgb(169, 139, 252),rgb(199, 179, 255), rgb(241, 236, 255), 
	white, white, white,
	white, white, white, white, white, white, white, white, white, white, white, white, rgb(221, 209, 255), rgb(169, 139, 252));
	/* background: radial-gradient(circle, white, white, white, white, rgb(241, 162, 241)); */
	font-family: 'Noto Sans KR', sans-serif;
}

h1, h2, h3, p, span, div {
	/* color: #000000; */
	color: rgb(97, 0, 97)
}

a {
	color: rgb(97, 0, 97);
	text-decoration: none;
}

.fortune_salon_title {
	font-size: 3.1em;
	color: rgb(97, 0, 97);
	text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
}

.fortune_salon_title_sm {
	font-size: 1.5em;
	color: rgb(97, 0, 97);
	text-shadow: 0 0 5px white, 0 0 5px white, 0 0 15px white;
}

.nickname_top{
	color: rgb(251, 245, 255);
}

.fs_btn{
	background-color: rgb(97, 0, 97);
	color: white;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 1.2em;
	cursor: pointer;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: background-color 0.3s ease;
}