body {
	height: 100vh;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #ef8e00;
    font-family: "Poppins", sans-serif;
	font-size: 15px;
}

.logo img {
	max-width: 350px;
	height: 200px;
	justify-self: center;
}

h1 {
	color: #023a23;
	font-size: 20px;
	font-weight: 700;
}

.enderecos a {
	font-weight: 600;
	color: #6a9d25;
	text-decoration: none;
}