body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1;
}

.cattitle {
	width: 95%;
	margin: auto;
	text-transform: capitalize;
	text-align: center;
	line-height: 60px;
	color: #022B4F;
	box-shadow: 0 1px 6px 0 rgb(50 50 50/45%);
	border-radius: 18px;
	background-image: radial-gradient(circle farthest-corner at 1.3% 2.8%, rgba(239, 249, 249, 1) 0%, rgba(182, 199, 226, 1) 100.2%);
	border-left: 4px solid #675984;
}


@media (max-width:1000px) {
	.cattitle {
		width: 95%;
	}
}