body {
	font-family: 'Marcellus', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	color: #adb5bd;
	width: 100%;
	height: 100%;
	background-color: #212529;
	overflow: hidden;
}

body div {
	margin: 100px auto auto;
	height: auto;
	background-color: #343a40;
	padding: 24px;
	width: 600px;
}

a:link {
	color: #ced4da;
	text-decoration: none;
	border-bottom: 2px solid #ced4da;
	padding-bottom: 0px;
}

a:visited {
	color: #ced4da;
	text-decoration: none;
	border-bottom: 2px solid #ced4da;
	padding-bottom: 0px;
}

a:hover,a:focus {
	color: #fca311;
	text-decoration: none;
	border-bottom: 2px solid #fca311;
	padding-bottom: 0px;
}

a:active {
	
}
