body {
	font-family: 'Asap', sans-serif;
	padding-left: 1.5rem;
	padding-right: 1.5rem;

	padding-top: 1rem;

	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;

}

header {
	align-items: center;
	justify-content: center;
}

.wrapper-logo {
	display: flex;
	width: 100%;

	align-items: center;
	justify-content: center;
}

.image-header {
	width: 8.18rem;
	height: 3.1rem;
}

.title {
	font-size: 1.6rem;
	color: #364147;
	text-align: center;
}

.image-logo {
	width: 25.2rem;
	height: 21.3rem;
}

.text-description {
	margin-top: 1.4rem;
	text-align: center;
	color: #364147;
	font-size: 0.9rem;
}

.wrapper-btns {
	width: 22rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;

}

button {

	display: flex;
	align-items: center;
	justify-content: center;


	width: 10rem;
	height: 2.9rem;

	background-color: #364147;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;

	box-sizing: border-box;
}

button:hover {
	background-color: rgba(54, 65, 71, 0.5);
}

footer {
	text-align: center;
}
