diff --git a/frontend/src/App.css b/frontend/src/App.css index a1644cb..95f1a1d 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -6,3 +6,8 @@ color: white; font-family: sans-serif; } + +.main-title { + font-size: 2.5rem; + margin-bottom: 5rem; +} diff --git a/frontend/src/App.js b/frontend/src/App.js index b37727c..1f85327 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -14,7 +14,7 @@ function App() { return (