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