@font-face {
    font-family: 'Cheri';
    src: url('font/Cheri.woff2') format('woff2'),
        url('font/Cheri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cheri Liney';
    src: url('font/CheriLiney.woff2') format('woff2'),
        url('font/CheriLiney.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background-color:#000000;
	background-image: url("bg.png");
	background-size: cover;
	background-position:center;
	display:flex;
	align-items:center;
	margin:0;
	height:100vh;
	font-family:"Cheri", sans-serif;
	font-style:normal;
	font-size:2em;
	}
	
#logo {
	display:block;
	width:100%;
	margin:auto;
	}
	
#container {
	margin:auto;
	width:100vw;
	text-align:center;
	color:#fffad1;
	}

#container p {
	margin-bottom:0px;
	}

.copyright {
	font-size:.5em;
	}
	
.outline {
	font-family: "Cheri Liney", serif;
}
	