html,
body {
  height: 100%;
}

.center-outer {
  position: relative;
  top: 50%;
  width: 200px;
  height: 194px;
  margin: 0 auto;
}
.center-outer .center-inner {
  position: absolute;
  top: -50%;
  width: 100%;
}