@font-face {
  font-family: font;
  src: url(IBMPlexMono-Bold.ttf);
}

div {
  font-family: font;
  color: white;
  text-align: center;
}

p {
  font-size: 110%;
}

h1 {
  font-size: 800%;
}

body {
  margin: 0px;
  background-color: black;
}

ul {
  padding-left: 45%;
  text-align: start;
}