h1#dərora-header
{	margin-top: 16px;
}

h2#dərora-subheader
{	font-weight: 300;
	color: #69487d;
}

.dərora-vertflex
{ display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

#dərora-info
{	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-evenly;
}

.dərora-subinfo
{	display:flex;
	flex-direction:column;
	justify-content:space-between;
	max-width: 36ch;
}

#download-mod
{  display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

#download-mod-header
{ font-weight: 300;
	color: #8000FF;
}

.mod-credits
{  display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1rem;
	gap: 0.5rem;
}

#credits-header
{	color: #8000FF;
	border-bottom:1px dotted rgb(0, 99, 66);
	margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}

#mod-credits-body
{	text-align: center;
	line-height: 1.5;
}

.mod-install
{ font-size: 0.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}