diff --git a/src/App.css b/src/App.css
index d27b3b8..f9d9e35 100644
--- a/src/App.css
+++ b/src/App.css
@@ -41,6 +41,13 @@ p{
width: calc(40vh + 15vw);
}
+a{
+ color: white;
+}
+a:hover{
+ color: rgba(255,255,255,0.8);
+}
+
.HeaderImage{
height: calc(10px + 30vmin);
max-width: 100%;
diff --git a/src/App.js b/src/App.js
index 0fa3806..a9f690f 100644
--- a/src/App.js
+++ b/src/App.js
@@ -317,6 +317,14 @@ function App() {
>) : null}
+
+
)
}