diff --git a/stylesheet.css b/stylesheet.css
index 017b1b9cd1d5db31cb36d0bb3b7f3ede0ac22462..7bb12bfe5d4d765cf2a26fdcc1f962e9cac39bf5 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -7,7 +7,7 @@ html{
 body {
     text-align: center;
     /*Question 5d*/
-    
+     background-image: url('https://cdn11.bigcommerce.com/s-zxghoj6/images/stencil/500x659/products/353/1045/17_carnation_pink__00589.1388642493.gif?c=2&imbypass=on');
 }
 
 table {
@@ -21,12 +21,12 @@ td {
 
 /*Question 5a*/
 #header-row {
-    background-color: yellow;
+    background-color: green;
 }
 
 /*Question 5b*/
 .rows {
-    background-color: blue;
+    background-color: yellow;
 }
 
 /*Question 5c*/