body {
	margin: 0px;
	background-color: #000;
}

.pagina {
	height: 100vh;
	background-image: url("img/logo-broh-bottom.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.contenitore {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	height: 100vh;
}

.contenitore-logo {
	display: flex;
	justify-content: center;
}

.logo {
	max-width: 623px;
}

.frase {
	position: absolute;
	bottom: 20px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	width: 100vw;
}

