body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #faefe5;
	font-family: 'DM Sans', sans-serif;
	color: #48435C;
	font-size: 18px;
	line-height: 170%;
	margin: 0;
}

hr {
	box-sizing: content-box;
	border: 0.5px solid #BFABA1;
	opacity: 0.2;
}

.css-148no82-MuiButtonBase-root-MuiButton-root{
	width: 100%;
}

h1{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Fahkwang', sans-serif;
}

h2{
	margin-top: 0;
}