body {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  background-image: url("/BGs/sky-tile.png");
  background-repeat: repeat;
  color: #000000;
  font-family: 'Jost', sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}