html, body {
  height: 100%;
  font-family: "Figtree", sans-serif;
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: navajowhite;
  font-size: 32px;
}

.launch {
  width: 200px;
  height: 200px;
}

