body {
  color: white;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.content {
  display: flex;
  flex: 1;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
}
