*, ::after, ::before{
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
    margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	overflow-x:hidden;
}
a, a:focus, a:hover {
    text-decoration: none;
    transition:all .3s ease 0s;
}
h1 {
	text-align: center;
	font-weight: bold;
}
h1 span {
	color: #777;
	font-size: 28px;
}
form {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
form input[type="text"] {
	width: 230px;
	margin-right: 6px;
}
ul {
	list-style: none;
	padding: 0;
}
ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul li i:hover {
	cursor: pointer;
}