/*
	Landed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Loader */

	body.landing.is-preload:before {
		display: none;
	}

	body.landing.is-preload:after {
		display: none;
	}

	

.text-section p {
	font-size: 1.2rem;
	color: #ccc;
}

.buttons {
	margin-top: 20px;
}

.buttons button {
	background-color: #45aaff;
	border: none;
	padding: 10px 20px;
	font-size: 1.1rem;
	color: white;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.buttons button:hover {
	background-color: #357aa1;
}

.image-section {
	max-width: 40%;
}

.image-section img {
	width: 100%;
	border-radius: 10px;
}