body {
	width: 100%;
	height: 100%;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
    padding: 10px;
	border: 2px solid grey;
}


ul {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	gap: 10px;
    padding: 10px;
}
