

body {
	background-color: beige;
	text-align: center;
}

h1 {
	font-size: 100pt;
	color: magenta;
	margin: 30;
}

ul {
	list-style-type: none;
	font-weight: bold;
	margin: 10;
}


li {
	display: inline-block;
	margin: 10;
}

p {
	display: inline-block;
	width: 500;
	text-align: center;
	float: center;
	font-weight: normal;
	line-height: 1.6;
	font-family: sans-serif;
}


div.gallery {
	display: block; 
	float: center;
}


img.style {
	padding: 30;
    float: center;
}

a {
  color: darkmagenta;
  font-weight: bold;
}


.mobile {
  max-width: 90%;
  min-width: none;
  overflow: hidden;
  padding: 30;
  float: center;

}
.image_container{
  height: 100%;
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100;
}