body {
  color: lightgrey;
  background-color: black;
  font-family: 'Allerta Stencil';
}
p {
  padding-left: 5%;
}
p.h1 {
  font-size: 200%;
  text-align: center;
}
p.h2 {
  font-size: 150%;
}
p.h3 {
  padding-left: 20%;
  font-size: 125%;
}
p.text {
  padding-left:10%;
}
a:link {
  color: lightgrey;
  text-decoration: none;
}
a:visited {
  color: lightgrey;
  text-decoration: none;
}
a:hover {
  color: lightgrey;
  text-decoration: none;
}
a:active {
  color: lightgrey;
  text-decoration: none;
}
/* splitted columns */
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  flex: 50;
}
ul.inflex {
  padding-left: 25%;
}
