:root {
	--gold_l: #D9BB6C;
	--gold_d: #97514A;
}
html {
	scroll-behavior: smooth;
}
.none {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	background-color: transparent;
	border: none;
}
.half_mandala {	
	background-image: url('/img/feed/half_mandala.png');
	background-size: 100%;
	padding-top: 45%;
	color: var(--gold_l);
}
.title, .titlelinet {
	font-family: 'Courier New', monospace; 
	font-size: 3rem;
	font-weight: bold;
}
.titlelinet {
	color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--gold_l);
}
.text {
	font-family: 'Brush Script MT', cursive;
	padding: 2rem;
	font-size: 1.5rem;
}
a.g {
	background-color: var(--gold_l);
	color: var(--gold_d);
	height: 30px;
	line-height: 30px;
	width: 14rem;
	border-radius: 15px;
	border: none;
	margin: 10px;
	text-decoration: none;
}
button {
	font-size: 1rem;
}
.add {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	color: transparent;
	height: 2rem;
	margin: -1rem 0rem -2rem 0rem;
	content-visibility: hidden;
}
.add:hover {
	margin: 0rem;
	content-visibility: visible;
}
.blue {
	min-height: 50px;
	color: black;
	font-size: x-large;
	font-weight: bold;
	background-image: url('/img/feed/blue.png');
}
.paper {
	background-image: url('/img/feed/paper_background.png');
	color: var(--gold_d);
	font-size: large;
}
.back, .front {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
}
.front {
	z-index: 1;
	pointer-events: none;
}
.image {
	width: 100%;
}