diff --git a/index.html b/index.html
index e69de29..083bf78 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
Follow Us On
+
Social Media
+
+
Facebook
+
Instragram
+
Twitter
+
+

+
+
+
+
+
+

+
Contact Us
+
+
Phone number
+
(123)456-7890
+
+
Email:
+
john.smith@google.com
+
+
Address:
+
1775 Army Navy Street
+
Marine Corps, Air Force, USA 01230
+
+
+
+
+
+

+
+
Silent Auction
+
+
Join us for the annual VetsinTech
+
Silent Auction!
+
+
Date: XX/XX/XXX
+
Time: 00:00 PM EST
+
+
+

+
+
+
+
\ No newline at end of file
diff --git a/styles.css b/styles.css
index e69de29..249578c 100644
--- a/styles.css
+++ b/styles.css
@@ -0,0 +1,32 @@
+h1{
+ font-family:Sans-serif;
+ text-decoration: underline;
+ text-align: center;
+ font-weight: lighter;
+}
+h2{
+ font-family:sans-serif;
+ text-align: center;
+ font-weight: 900;
+ font-size: xx-large;
+}
+
+p{
+ font-family:open sans- light;
+ line-height: 2mm;
+}
+div{
+ display: relative;
+ float: left;
+ width: 300px;
+ height: 700px;
+ border: 5px solid black;
+ box-sizing: border-box;
+ padding: 10px;
+}
+img{
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 40px;
+}
\ No newline at end of file