diff --git a/.gitignore b/.gitignore
index e43b0f9..c867359 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
.DS_Store
+venv/
+venv/
diff --git a/index.html b/index.html
index 591aa66..171f8a1 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@
- Aurimas via Flickr Creative Commons
+ Muzammil Soorma via unsplash.com
PyLadies
diff --git a/style.css b/style.css
index 4d65615..930f9ca 100644
--- a/style.css
+++ b/style.css
@@ -37,4 +37,14 @@ body {
z-index: 1;
margin-top: 0;
display: block;
-}
\ No newline at end of file
+}
+
+ .photo-credit {
+ font-size: 0.85rem;
+ opacity: 0.8;
+ display: block;
+ margin-top: 0.5rem;
+ }
+ .photo-credit a {
+ text-decoration: underline;
+ }
\ No newline at end of file