body {
	font-family: Poppins;
	font-size: 20px;
}

.container {
	max-width: 800px;
	max-height: 1340px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: transparent;
	margin: 4vh 0;
	text-align: right;
}

.header img {
	height: 70%;
}

.header h2 {
	font-size: clamp(0.8em, 5vw, 2em);
}

.descricao {
	width: 80%;
	height: 60vh;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.descricao h2 {
	font-size: clamp(1em, 6vw, 5em);
	margin: 0;
}

.descricao p {
	font-size: clamp(0.8em, 5vw, 2em);
	margin: 4vh 0;
}

.poweredftt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: clamp(0.5em, 3vw, 1.5em);
	font-weight: bolder;
}

.logoclever {
	height: 40%;
}
