#MarioCap
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#title
{
	font-family: 'Bitter', serif;
	font-size: 60px;
	text-align: center;
	color: #000000;
	padding-top: 1%;
}

#navbar
{
	list-style-type: none;
	margin: 0%;
	padding: 0%;
	position: fixed;
	overflow: hidden;
	background-color: red;
	width: 100%;
	top: 0%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 6px 20px;
}

.text
{
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	text-align: center;
	padding-bottom: 2%;
}

.text1
{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2%;
}