body {
	background-color: black;
	color: white;
	display: block;
	margin-left: 10%;
	width: 80%;
	align-content: center;
	font-family: Inter;
	margin-bottom: 5%;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

main {
	width:100%;
	display: block;
	content: "";
  	clear: both;
  	display: table;
}

p {
	font-size: 20px;
	font-weight: bold;
	text-indent: 25px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 35px;
}

ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 35px;
}

li {
	padding: 2px;
}

a {
	color: #4B51FE;
}

a:hover {
	color: #676CFE;
}

a:visited {
	color: #003CB3;
}

nav {
	display: inline-block;
}

.upper {
	width: 100%;
	height: 60%;
	content: "";
  	clear: both;
  	display: table;
}

img {
	width: 50%;
	min-width: 30;
	float: right;
	margin-right: 10%;
}

.gallery img {
	width: 80%;
	align-content: center;
	margin-bottom: 5%;
}

footer {
  position: relative;
  bottom:0;
  margin-bottom: 20px; margin-top: 40px;
 }