 @font-face {
  font-family: reality;
  src: url(WebPlus_IBM_VGA_8x16.woff);
} 
body {
  font-size: 16px;
  background-color: black;
  color: red;
  font-family: reality;
  text-align: left;
}

/*flex-box stuff here*/
a {
  color:red;
  font-size:16px;
}
.row {
	text-align: center;
	align-items: center;
    display: flex;
    flex-wrap: wrap;
	width: 60%;
	margin: auto;
	justify-content: space-around;
}
.main {
  flex: 100%;
  background-color: black;
  padding: 20px;
  height: 100%;
  color: red;
}