styles.css 267 B

1234567891011121314151617
  1. /* You can add global styles to this file, and also import other style files */
  2. html,
  3. body {
  4. height: 100%;
  5. }
  6. body {
  7. margin: 0;
  8. font-family: "Albert Sans", sans-serif;
  9. }
  10. .center{
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. }