body {
	background-color: rgba(233, 232, 232, 0.315);
}
.container {
	display: flex;
	justify-content: center;
}
.body {
}
.title {
	font-size: 30px;
	font-weight: 900;
	align-items: center;
}
.text {
	font-size: 18px;
}
.li {
	font-size: 18px;
	font-style: italic;
	margin: 10px;
}
.input {
	font-size: 18px;
	padding: 2px;
	margin-bottom: 10px;
	max-width: 200px;
}
.button {
	font-size: 18px;
	padding: 5px;
	margin-top: 10px;
}
.form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 18px;
}


