@font-face {
	font-family: Righteous-Regular;
	src: url("content/Righteous-Regular.ttf");
}
body {
	padding: 0;
	margin: 0;
}
#Center {
	position: absolute;
	background: none;
	text-align: center;
	width: 100%;
	font-family: 'Righteous', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color:white;
}

#Center > img {
	height: auto;
	width: 50%;
}

#SM {
	position: absolute;
	background: none;
	user-select: none;
	margin: 1%;
	cursor: pointer;
}

#SM > img {
	padding: 5px;
	background-color: transparent;
	transition: 0.3s;
}

#SM > img:hover {
	background-color: gray;
}

#Copyright {
	position: fixed;
	left:0px;
	bottom:0px;
	height:30px;

	background: none;
	text-align: center;
	width: 100%;
	font-family: 'Righteous', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	color:Black;
}