#orientation {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.childrens.health.qld.gov.au/our-work/birdies-tree-natural-disaster-recovery/birdies-tree-games/birdies-tree/activity-1/images/orientation.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(0, 0, 0);
  z-index: 999;
  display: none;
}
body  {
	/*background-color: #000;*/
	padding: 0;
	margin: 0 0 200px 0;
	overflow: hidden;
}

body h1 {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

@font-face{
  font-family: POPPINS-BOLD;
  src: url("/__data/assets/file/0023/180482/POPPINS-BOLD.TTF");
}

@font-face{
  font-family: POPPINS-LIGHT;
  src: url("/__data/assets/file/0027/180486/POPPINS-LIGHT.TTF");
}

@font-face{
  font-family: POPPINS-MEDIUM;
  src: url("/__data/assets/file/0026/180485/POPPINS-MEDIUM.TTF");
}

@font-face{
  font-family: POPPINS-REGULAR;
  src: url("/__data/assets/file/0025/180484/POPPINS-REGULAR.TTF");
}

@font-face{
  font-family: POPPINS-SEMIBOLD;
  src: url("/__data/assets/file/0024/180483/POPPINS-SEMIBOLD.TTF");
}