@Novadior1kSubmitted almost 2 years ago
...
...
Hi, the final design is well done.
To center the component, you already have the display: flex in the body, it would be enough to add the properties align-items: center; justify-content:center; flex-direction: column-reverse; (since in the html you have the attribution first and then the component).
Remember that for it to work you must place the height: 100vh; in the body so that it takes the full height of the screen.
Greetings and I hope my advice will serve you.