*{
	margin: 0;
	padding: 5;
	color:black;
}
nav{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	background-color: black;
	position: fixed;
}

html { 
	background-color: black; 
	color: black;
}
#BoxT,#HistT,#BoxE,#HistE,#BoxUR,#HistUR,#PareTo{
	margin-top: 15px;
	width:70%;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p{

    margin-top: 20px;
    text-indent: 50px;
    margin-bottom: 20px;
}
h1,h3{
	text-align: center;
	padding: 20;
	margin-top: 13px;
}
li{
	margin-top: 2%;
}
a:hover{
	color: #6480b7;
	font-weight: bold;
	font-size: 1em;
	border-radius: 5px;
	text-decoration: none;
}
#Why,#Citation,#Total,#Employed,#Unemployment_rate,#Analysis,#AnalysisHypothesis{
	background-color:white;
	border-style: solid;

}
.MQuote{

	text-indent: 50%;
	border-style: none;
	font-weight: bold;
	color:#3d3d66;
}
.Title{
	color:white;
	font-size: 30pt;
	text-align: center;
	font-weight: bold;
	background-color:none;
	border-style: none;
}

#Education{
	background-image: url(https://www.planwallpaper.com/static/images/10e39f13ddfb80570f3e44fb2016cb76.jpg);
	background-size: cover;
    width: 100%;
	padding: 60vh 0% 5% 1%;;

}

@media screen and (min-width: 800px){
	main{
	    margin: auto;
	    width: 70%;
	    border: 3px;
	    padding: 10px;
	}
}
