.alert-js {
	display: none;
}

.home {
	width: 100%;
	left: 0;
	top: 0;
}

.mobile-page {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: var(--body-color);
}

.mobile-text {
	max-width: 80%;
	height: 80%;
	padding: 30px;
	background-color: var(--sidebar-color);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

h2 {
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 20px;
}

p {
	color: #666;
	font-size: 20px;
	line-height: 1.6;
}

.hide-element {
	display: none;
}