body{
	background-color : aliceblue;
}
h1{
	text-align: center;
}
p{
	font-size : 20px;
	text-indent : 2rem;
	margin-left : 100px;
	margin-right : 100px;
}
ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

ul.nav li {
    float: left;
}

ul.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.nav li a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

h2{
	text-align: center;
	color: dimgrey;
}

p.saying{
	color: gray;
	margin-top: -10px;
	font-size: 15px;
	text-align: center;
}

h3{
	text-align: center;
	color: dimgrey;
}

ul.list{
	font-size : 20px;
	margin-left : 100px;
	margin-right : 100px;
}

ul.list li{
	margin-top: 10px;
}

ul.list li a{
	text-decoration-line: none;

}

ul.timeline{
	margin-left : 100px;
}
