@font-face {
    font-family: 'ibm'; 
    src: url('fonts/Web437_IBM_VGA_8x16.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
.main {
    background-color: black;
    width: 85vw;
    margin: 0 auto;
    overflow: auto;
    color: white;
    padding: 10%;
    font-family: ibm;
}
body {
	margin:0;
	display:flex;
	height:100vh;
	align-items:center;
    background-color: white;
}