html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	min-block-size: 100%;
	overflow: auto;
	font-family: sans-serif;
	background-color: rgb(0, 55, 15);
}

img, svg {
	display: block;
	margin: 0;
	border: 0;
}

#container {
	container-type: size;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	gap: 1.25em;
	max-width: 800px;
	min-height: 100%;
	margin: 0 auto;
}

.logo {
	max-width: 60%;
	margin: 0 auto;
}

p {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: rgb(199, 182, 147);
}

p.titulo {
	font-size: 8cqw;
	text-align: center;
}

p.texto {
	font-size: 1.25em;
	color: rgb(225, 217, 202);
	text-align: center;
	line-height: 1.5;
}

p.texto a {
	color: rgb(225, 217, 202);
}

.logo-folhas {
	fill: rgb(0, 201, 55);
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
}

.logo-afranio {
	fill: rgb(225, 217, 202);
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
	stroke-width:1.33333;
}

.logo-restaurante {
	fill: rgb(0, 201, 55);
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
	stroke-width:1.33333;
}
