body {
  background-color: black;
  color: white;
  font-family: ubuntu;
  font-size: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;

  /* leave it to hide the scrollbars */
  overflow: hidden;
}
