diff --git a/img/platypus-logo-symbol-white.png b/img/platypus-logo-symbol-white.png
new file mode 100644
index 0000000..fff736f
Binary files /dev/null and b/img/platypus-logo-symbol-white.png differ
diff --git a/index.html b/index.html
index cc62464..a617e09 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@
diff --git a/style.css b/style.css
index 4dbf8e7..bc4c389 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
* {
margin: 0;
padding: 0;
@@ -35,4 +36,43 @@ footer {
background-color: black;
min-height: 100px;
color: white;
+=======
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ font-size: 16px;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+nav {
+ background-color: ;
+ min-height: ;
+ color: white;
+}
+
+header {
+ background-color: white;
+ min-height: 400px;
+}
+
+.environment {
+ background-color: black;
+ min-height: 300px;
+ color: white;
+}
+
+.employees {
+ background-color: white;
+ min-height: 300px;
+}
+
+footer {
+ background-color: black;
+ min-height: 100px;
+ color: white;
+>>>>>>> d307e2fcb05f6cc5eae07da5c721160f3b487e5a
}
\ No newline at end of file