#wrap{
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap{
  flex: 1;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}