.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.content {
  /* Add your content styles here */
}

html, body {
  height: 100%;
}

