#copyright /* Overlay */
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: #808080A0;
}

#copyright > div
{
	overflow-y: scroll;
	position: fixed;
	color: #0d375d;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	max-width: 600px;
	max-height: 80%;
	border: 4px solid #94a9ad;
	border-radius: 8px;
}

#copyright a 
{
	color: #0d375d;
}

#copyright article
{
	text-align: justify;
	background-color: #d6d6d6;
	width: fit-content;
	height: fit-content;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

#copyright-button-open
{
	text-decoration: underline;
}

#copyright #copyright-button-close
{
	float: right;
	cursor: pointer;
	user-select: none;
	font-size: 45px;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 20px;
}
