@font-face {
  font-family: Forced Square;
  src: url('FORCED SQUARE.ttf');
}

body {
  display: inline-block;
  background-color: black;
  justify-content: center;
  align-items: center;
}

h1 {
  font-family: Forced Square;
  font-size: 36px;
  color: white;
  position: absolute;
  top: 50px;
  left: 33%;
  text-align: center;
}

h2 {
  font-family: Forced Square;
  font-size: 24px;
  text-align: center;
  color: white;
}

#Objectives-Movement {
  position: absolute;
  top: 100px;
}

#Hazards {
  position: absolute;
  top: 200px;
}

#Interactives {
  position: absolute;
  top: 300px;
}

p {
  font-family: Forced Square;
  font-size: 18px;
  color: white;
  text-align: center;
}