 body { 
  max-width: 1366px; 
    background-color: Black

 }
body {
 font-family: 'Arial', sans-serif;
 color: White;
 font-size: 16px; }
h1 {
 display: flex;
 font-size: 5v;
 margin: 10px; }
ul { 
  font-size: 18pt ;}
h2 { 
 float: left;
 font-family: Arial, sans-serif;
 font-size: 22pt;
 margin: 5px 5px 0px 0px;
 padding: 10px;
 }

.topnav {
  background-color: Black;
  overflow: hidden;
   width: 100%;
  margin-right: 5%;
}
.topnav a {
  float: left;
  color: White;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #008000;
  color: Purple;
}
 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.container {
	align: left;
	display: inline-block;
	width: 800px;
	margin: 0 auto;
	text-align: center;
        position: absolute;
	width: 100%;

}
 
.small {
	width: 150px;
	height: auto;
	position: relative;
	margin: 3px;
	border-radius: 5px;
}
 
.small:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
a div {
	position: relative;
	margin: auto auto;
	text-align: center;
}
 
.lightbox:target {
	display: -webkit-box;
	display: flex;
}
 
.container a {
	text-decoration: none;
}
 
.container p {
	font-size: 20px;
	color: white;
	font-family: 'Poiret One';
}
