.html {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.html .html-inner {
  display: block;
  width: 100%;
}