diff --git a/src/app/globals.css b/src/app/globals.css index c370e55..99a1ed9 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,67 +1,31 @@ @tailwind base; @tailwind components; @tailwind utilities; - :root { --theme-color-primary: #057CDE; --theme-color-secondary: #035496; --theme-color-accent: #59B1F9; --theme-color-text: white; - --background-gradiant-light: #004278; --background-gradiant-dark: #030304; } - body { height: 100vh; color: var(--theme-color-text); background: linear-gradient( - to bottom right, - var(--background-gradiant-dark), - var(--background-gradiant-light) + to bottom right, + var(--background-gradiant-dark), + var(--background-gradiant-light) ) fixed; } - h1 { margin: 0.75em 4px; font-size: 2em; } - h2 { margin: 0.75em 4px; font-size: 1.5em; } - p { margin: 0.75em 4px; -} - -.h1-landing-text { - font-size: 2em; - margin-bottom: 1rem; - margin-left: 1em; - margin-right: 1em; -} - -.h2-landing-text { - font-size: 1.5em; - margin-bottom: 0.5rem; - margin-left: 1em; - margin-right: 1em; -} - -.p-landing-text { - margin-bottom: 0.5rem; - margin-left: 1em; - margin-right: 1em; -} - -.center-text { - text-align: center; -} - -.landing-background { - background-image: url("/landing-background.jpg"); - width: 100vw; - height: 100vh; } \ No newline at end of file