.container {
	display: flex ;
	min-height: 100vh;
	min-width: auto ;
	background: #FFF ;
	justify-content: center ;
	align-items: center ;
	flex-direction: column ;
}

.container p {
	font-size: 2.5rem ;
	font-weight: bold ;
	text-align: center ;
}

.logo {
	max-width: 450px ;
}