
.cover-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.cover-page .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cover-page .footer {
  flex-shrink: 0;
}
