body {
  background: #fff;
}
.content {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background: #efefef;
  line-height: 1em;
  padding-inline: 1em;
  border-radius: 0.25em;
}
