.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}

.header {
  position:absolute;
  top:12px;
  left:0;
  right:0
}

