| 1234567891011121314151617 |
- /* You can add global styles to this file, and also import other style files */
- html,
- body {
- height: 100%;
- }
- body {
- margin: 0;
- font-family: "Albert Sans", sans-serif;
- }
- .center{
- display: flex;
- justify-content: center;
- align-items: center;
- }
|