*{
    box-sizing: border-box;
}

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%;*/
}

/*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;
}

.tech{
	display: flex;
	justify-content: center;
	margin: 0 auto;
    font-size: 25px;
    font-family: Comic Sans MS;
}

.column {
	float: left;
	width: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.column img {
	margin-top: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

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

.stamps{
	width: 147px;
	height: 81px;
}

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