body {
  background-color: Black;
  color: rgb(110,110,255);
  font-family: myFirstFont
}

@font-face {
  font-family: myFirstFont;
  src: url(ibmmode.woff);
}

h1 {
  color: white;
  text-align: center;
}

h3 {
  color: white;
  background-color: rgb(140,140,160);
  font-family: myFirstFont
  font-size: 21px
  line-height: 0;

}

p {
  font-family: myFirstFont;
  font-size: 20px;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.column:not(:last-child) {
  border-right: 2px solid white; 
}
