.fixed-bottom-left {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 10px;
	/* background-color: #f0f0f0; */
	padding: 10px;
	/* border: 1px solid #ccc; */
}

.fixed-bottom-right {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 10px;
	/* background-color: #f0f0f0; */
	padding: 10px;
	/* border: 1px solid #ccc; */
}

.fixed-center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background-color: #f0f0f0; */
	padding: 20px;
	/* border: 1px solid #ccc; */
	text-align: center;
}
@font-face {
	font-family: 'Anurati';
	src: url('../fonts/Anurati-Regular.otf');
}
