/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	background-color: #001C54;
	color: white;
}

.centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
	max-width: 500px;
    margin-bottom: 20px; /* spazio tra il logo e il testo */
}
