@font-face {
  font-family: 'IBM VGA';
  src: url('./Web437_IBM_VGA_9x16-2x.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBM VGA2';
  src: url('./WebPlus_IBM_VGA_9x16.woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("./line.gif"), url("./mandel.jpg");
  background-blend-mode: darken, lighten;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: right bottom;
  background-color: black;
  color: red;
  font-family: 'IBM VGA';
}

/*flex-box stuff here*/

.row {
	text-align: center;
	align-items: center;
  display: flex;
  flex-wrap: wrap;
	width: 50%;
	margin: auto;
	justify-content: space-around;
}
.main {
  font-family: 'IBM VGA';
  font-size: 32px;
  flex: 100%;
  background-color: black;
	color: red;
	border: 1px solid white;
  padding: 12px;
	height: 100%;
}
a {
 color: white; 
 font-family: 'IBM VGA';
}
p {
 font-family: 'IBM VGA2';
}