.header1 {
	width: 100%;
	height: auto;
	background-color: darkgreen;
}

.div1 {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 100px;
	letter-spacing: 100%;
	color: yellow;
	text-shadow: 2px 2px 5px blue;
	background-image: linear-gradient(green, yellow);

}

.div2 {
	padding: 5px;
}

.search_box {
	font-size: 20px;
	width: 30%;
	color: darkviolet;
	outline: none;
}

.search_box::placeholder {
  color: darkviolet;
  font-style: italic;
}

.div3 {
	margin-top: 5px;
	padding: 5px;
	background-color: darkgreen;
	font-size: 30px;
	color: yellow;
	text-shadow: 2px 2px 5px pink;

}

.div4 {
	#width: 100%;
	padding: 5px;
	background-color: white;
	color: black;
	#font-size: 23px;
}

.footer1 {
	width: 100%;
	height: auto;
	#background-image: radial-gradient(blue, yellow);
}

.div5 {
	text-align: center;
	margin-top: 5px;
	padding: 5px;
	font-size: 20px;
	background-color: grey;
}

#ul1{
	list-style-type: none;
	padding: 0;
  	margin: 0;
  	min-width: 30%;
  	display: inline-block;
  	max-height: 300px;
  	max-width: 500px;
	overflow-x: none;
	overflow-y: scroll;
	display: none;

}

#ul1 li{
	list-style-type: none;
  	border: 1px solid #ddd;
  	background-color: white;
}

#ul1 a{
	color: blue;
	display: block;
	text-decoration: none;
	font-size: 20px;
}

#ul1 a:hover{
	background-color: lightgrey;
}

div pre span{
	color: yellow;
	background-color: black;
}