@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

section {
	flex: 1 0 auto;
	margin-bottom: 1rem;
}

header {
	background-image : var(-bs-gradient);
	background-color: #19ce60;
	color: white;
}

ul {
	list-style: none;
	/* height: 150px;
	word-break:break-all; */
}

ul li > img {
	display: block;
	width: 100%;
	height: 114px;
}