font-face {
    font-family: 'Nunito';
    src: url('nunito.woff2') format('woff2'),
         url('nunito.woff') format('woff'),
         url('nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
	color: white;
	background-image: url(space-5509646.webp);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.titolo {
    font-size: 26px;
    text-align: center;
	letter-spacing: 0.25em;
}
.testo {
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.5em;
	margin-top: 10px;
}