diff --git a/index.html b/index.html
index e69de29..df0c84e 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
Follow Us On Social Media
+
Facebook
+
Instagram
+
Twitter
+

+
+
+
+
+
+
+
+

+
+
Contact Us
+
+
Phone Number
+
123=456-7890
+
+
Email Us
+
Johnsmoth@hotmail.com
+
+
Adress
+
1775 Army Navy Street
+
Marine Corps, Air FOrce USA 01230
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
Silent Auction
+
+
+
Join us for our Annual VetsInTech Silent Auction
+
+
DAte XX/XX/XXXX
+
Time: 00:00: PM EST
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/styles.css b/styles.css
index e69de29..eeed0dc 100644
--- a/styles.css
+++ b/styles.css
@@ -0,0 +1,19 @@
+
+.flex-container {
+
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+
+}
+
+.flex-child {
+ Flex: 1;
+ flex-direction: column;
+ justify-content: space-evenly;
+
+}
+
+hr{
+ width: 60px; color: black;
+}
\ No newline at end of file