@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
h1
{
	color: black;
	font-size: 250px;
	text-align : center;
	
}
ul
{
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	margin-top: 200px;
}

nav
{
	margin : 0 auto;
}

a
{
	color: white;
	background-color: #2F2F2E;
	margin-top: 10px;
 	margin-right: 15px;
 	margin-bottom: 1em;
 	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 1em;
	padding-right: 15px;
	padding-left: 15px;
    	border-radius: 10px;
	text-decoration: none;
}

P
{
	text-align: center;
	font-size: 25px;
	color: white;
}

body
{
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px;
	background-color: #4388ff;
	
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}






