.index-body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.index-para {
	font-family: verdana;
	background-color: white;
	color: black;
	width: fit-content;
}