body {
  background-color: #ff3300;
}

article {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}