body{
	background-color: grey;
	color: black;
	text-shadow: 2px 2px 5px white;;
}
.jumbotron{
	background-image: url(Citano.jpg);
	text-align:center;
	
}
.p{
    color: blue;
    font-size: 200%;
	font-weight: bold;
}
.container{
	font-size: 200%;
	font-weight: bold;
}
#pres{
font-size: 90%;
font-weight: bold;
}
a:hover {
	text-transform: capitalize;
	
}

.footer{
display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    font-size: 200%;
font-weight: bold;
	
	
}