*{margin: 0;padding: 0;}

body{
	/*background-color:rgb(162 160 157);*/
	background-image: url("../img/5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: sans-serif;
}
.main{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100vh;

}
.heading{
	text-align: center;
	margin-bottom: 20px;
}

.container{
	border-radius: 10px;
	width: 350px;
	padding: 20px;
	background-color: white;
}
input[type="search"]{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid gray;
}
input[type="search"]:focus{
	 outline: none ;
	 border: 2px solid #5083f2;
}
#search-input{
	background-image: url("../img/search.png");
	background-repeat: no-repeat;
	text-align: center;
}
.text{
	font-size: 12px;
	color: gray;
	margin-top: 10px;
}
ul{
	margin: 10px;
}
#meaning{
	font-size: 12px;
}
li{
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	border-radius: 10px;
	border-left: 3px solid #5083f2;
	list-style: none;
}

footer{
	color: white;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bolder;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	position: fixed;

}
footer a:visited{
	color: inherit;
}
