body {background-color: black;}

p    {
	color: white;
	font-size: 14pt;
}

a    {}

a:link, a:visited {
	width: 14%;
	height: 5%;
	color: white;
	text-align: center; 
	text-decoration: none;
    	display: inline-block;
	font-size: 16pt;

}

a:hover, a:active {
	background-color: red;
	height: 5%;
}

li {
	display: inline;
	padding: 1.5% 1%;
	align-content: center;
	background-color: #87CEFA;

}
.navbar {
	width: 100%;
	margin: auto;
	text-align: center;
}

.images {
	padding: 14px 25px;
}