body {
	background: linear-gradient(to bottom, #003366, #66ccff);
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	font-family: Arial, sans-serif;
	color: white;
}
.gsearch-bar {
	width: 50%;
	max-width: 600px;
	display: flex;
	align-items: center;
}
.gsearch-bar input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 24px;
	outline: none;
}
.gsearch-bar button {
	padding: 10px 20px;
	margin-left: 10px;
	font-size: 16px;
	border: none;
	border-radius: 24px;
	background-color: #4285f4;
	color: white;
	cursor: pointer;
}
.mainLogo{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}