html, body {
  height: 100%;
}

body {
  display: grid;
  place-items: center;
  margin: 0;
  background: #FBFBFD;
}

object {
  width: 80%;
}
