/*style.css*/
h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
header nav li { 
 display: inline;
 font-size: 20px;
}
ul {
	list-style-type: none;
	overflow: hidden;
	align-items: center;
	text-align: center;
}
.div1 a {
	
	font-family: sans-serif;
 	text-decoration: underline;
 	color: orange;
 	padding: 40px;

 }
 .div1 a:visited {
 	color: d05d1d;
 }
 #active { 
  color: black; }
h1 { 
font-weight: bold;
font-family: sans-serif; 
}
.div2{
	align-items: center;
	text-align: center;
}
body {
	background-color: #e0f0f5;
}
p{
	font-family: serif;
	font-size: 18px;
}
input {
	width: 50%;
}
div.gallery {
    margin: 50px;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
}
footer {
	text-align: center;
}
h2 {text-align: center;
}
