@font-face {
	font-family: "Perfect DOS VGA 437";
	src: url("../Perfect DOS VGA 437.ttf");
}

* {
	cursor: none;
	pointer-events: none;
	font-family: "Perfect DOS VGA 437";
	font-weight: normal;
	font-size: 20px;
}

body {
    white-space: pre-wrap;
    margin: auto;
	height: 100vh;
    background-color: black;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

p {
	margin: 0;
}

#logo {
    margin-left: 10px;
    width: 25%;
    height: 15%;
}

#postscreentext {
	color: darkgray;
}

#postscreenbottom {
	white-space: initial;
    margin-top: auto;
}