html {
	background-image: url('kick.jpg');
	background-repeat: no-repeat;
    background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	font: 18px monospace;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	margin-top: 700px;
	background-color: #323334 ;
	border-radius: 14px;
	opacity: 0.8;
	box-shadow: 0px 0px 5px 3px #16182077;
	color: #ebdbb2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 5ch;
	min-width: 5ww;
	padding: 1em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}