@font-face {
	font-family: "rodgerbold";
	src: url("6324ecf6f25b8897fb79e059d8957665.ttf") format("truetype");
}

body {
	font-family: "Roboto", sans-serif;
	background-color: /*rgb(242, 241, 240)*/ #FFFFFF;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.central {
	width: 30%;
	max-width: 900px;
	margin: 5vh auto;
	text-align: center;
	box-sizing: border-box;
}

.logo {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.logo img {
	height: 5rem;
	margin-bottom: 0.5rem;
}

h1 {
	font-family: "rodgerbold", sans-serif;
	color: #d80212;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1rem 0 0.5rem;
}

h2 {
	font-family: "rodgerbold", sans-serif;
	color: #d80212;
	font-size: 2.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

h3 {
	font-weight: 500;
	font-size: 1rem;
	margin-top: 2rem;
}

.download-section {
	margin: 1.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.download-section a {
	text-decoration: none;
}

.btn {
	font-family: "rodgerregular", sans-serif;
	font-size: 1.1rem;
	line-height: 1.4;
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-secondary {
	background-color: #d80212;
	color: #fff;
	min-width: 180px;
}

.btn-secondary:hover {
	background-color: #b50111;
}

.btn-secondary span {
    font-weight: 600;
}


.btn-secondary i {
	margin-right: 0.5rem;
}

#recommendation-text {
	font-size: 1rem;
	margin: 1.5rem 0 0;
	color: #333;
}

.small-text {
	font-size: 0.75rem;
	margin-top: 10px;
	color: #888;
}

@media (max-width: 768px) {
	.central {
		width: 90%;
		margin: 2rem auto;
	}

	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}
