body {
	background-color: black;
	color: white;
	font-family: "Helvetica", Arial, Helvetica, 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: 345px;
	margin: 0 auto;
}

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

/*hover over the navbar*/
.nav a:hover{
	background-color: black;
}

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

.blinkies{
	width: 150px;
	height: 20px;;
}

.blinkie_holder{
	display: flex;
	justify-content: center;
}

.construct{
	width: 450px;
	height: 60px;;
}

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