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

body { 
	box-sizing:border-box;
	display:flex;
	margin:0;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100vw;
	height:100vh;
	background-color:#000000;
	color:cyan;
	font-family: 'Pfeffer Simpelgotisch', serif;
}

.img-blended {
	background-image:url('xp_rex.png');
	background-size:contain;
	background-color:cyan;
	background-blend-mode:darken;
	height:534px;
	width:870px;
}

.paragraph {
    font-size:32px;
    font-weight:bold;
    max-width:40vw;
    text-align:justify;
}
