.mainBodyBG {
	width: auto;
	height: 100vh;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://images.unsplash.com/photo-1607282729548-e1d13feae36f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1632&q=80");
}
#title {
	margin-top: 0%;
	margin-bottom: 80px;
	border-bottom: 6px double white;
}
.mainBody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	width: 70%;
	height: 80%;
	background-color: #1c0324;
	background-color: #22022cce;
	color: white;
	font-weight: bold;
	border: 3px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainBody input {
	text-align: center;
	margin-top: 0%;
	margin-right: 20px;
	margin-left: 70px;
	color: white;
	font-weight: 700;
	background-color: #808080a8;
	border: 5px solid white;
	border-radius: 20px;
	height: 100%;
	font-size: large;
}
.searchGroup {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchGroup button {
	border-radius: 25px;
	border: 2px solid white;
	color: white;
	padding: 10px 10px 10px 10px;
	font-size: 1.2rem;
	background-color: #63636c7e;
}
.mainBody img {
	width: 15%;
}
.mainBody h1 {
	font-size: 50px;
	margin-bottom: 0%;
}
.mainBody p {
	margin-top: 0;
	font-size: 2rem;
}
