diff --git a/buttonArrow.png b/buttonArrow.png new file mode 100644 index 0000000..2f011fc Binary files /dev/null and b/buttonArrow.png differ diff --git a/src/style/components.css b/src/style/components.css index 31df85e..5c7c2d8 100644 --- a/src/style/components.css +++ b/src/style/components.css @@ -17,7 +17,9 @@ .header_title { text-align: center; - letter-spacing: 0.1em + letter-spacing: 0.1em; + color: #ec8d2e; + font-family:'Roboto',sans-serif; } .top-level-container { @@ -49,7 +51,7 @@ margin-top: 100px; padding:0; text-align: center; - font-family: 'Roboto Thin', sans-serif; + font-family: 'Roboto', sans-serif; overflow: hidden; border-radius: 15px 15px 15px 15px; box-shadow: 0 0 20px rgba(5, 5, 5, 5); @@ -287,12 +289,11 @@ a { } h1 { - text-align:center; } p { - text-align: center; + text-align: center; } .top-level-component {