page-test-completion.component.scss 210 B

1234567891011121314
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. height: 100%;
  6. max-width: 800px;
  7. margin: 0 auto;
  8. }
  9. h1 {
  10. font-size: 2rem;
  11. font-weight: bold;
  12. margin-bottom: 2rem;
  13. }