body {
	background-color: black;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

a{
	color: white;
}

p{
	display: flex;
	justify-content: center;
	/*line-height: 0%;*/
}

.tech{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

/*navbar background*/
.nav{
	background-color: grey;
	display: flex;
	/*position: -webkit-sticky;*/
	/*position: sticky;*/
	justify-content: center;
	gap: 10px;
	top: 0;
	width: 348px;
	margin: 0 auto;
}

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

/*hover over the navbar*/
.nav a:hover{
	background-image: url("/res/img/static.gif");
}

.logo {
	display: grid;
	place-items: center;
	margin-bottom: 10px;
}

.Copyright{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 20px;
}