.nav{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
	height: 1rem;
	margin-top: 1.25rem;
	padding:0 0.5rem;
	font-size: 0.26rem;
	color:#fae7c8;
	border-bottom: 0.01rem solid #fae6c71f;
}
.nav a{
	color:#fae7c8;
}
.nav span{
	margin: 0 0.15rem;
}
.nav p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
	opacity: .3;
}

.content{
	margin-top: 0.7rem;
	padding:0 0.3rem 0.5rem;
}
.content h1{
	color: #fae7c8;
	font-family: inherit;
	font-size: 0.55rem;
	margin-bottom: 0.4rem;
	text-transform: capitalize;
	font-weight: bold;
}
.content p ,.content li{
	color: #fae7c8;
	font-family: inherit;
	font-size: 0.28rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0.35rem 0;
	opacity: .6;
}
.content h3 {
	color: #fae7c8;
	font-family: inherit;
	margin-bottom: 0.3rem;
	text-transform: capitalize;
	font-weight: bold;
}
.content h2 {
	color: #fae7c8;
	font-family: inherit;
	margin: 0.5rem 0 0.4rem;
	position: relative;
	text-transform: capitalize;
	font-weight: bold;
}
.content a {
	color: #fae7c8;
}
.create{
	color: #fff;
	font-size: 0.28rem;
	font-weight: 400;
	margin: 0.35rem 0.35rem 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 0.05rem solid gray;
}

.content ol {
	list-style: decimal;
	padding-left: 0.5rem;
}
.content li{
	list-style: inherit;
}
.content li a{
	color: #f9c921;
}
.content ul {
	list-style: disc;
	padding-left: 0.5rem;
}
