diff --git a/index.html b/index.html
index e69de29..c6aad03 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+ ViT Silent Auction
+
+
+
+
+
+
+

+
+
Phone Number:
+
123-456-7890
+
Email:
+
john.rambo@vit.com
+
Address:
+
1775 Army Navy Street
+
Marine Corps, AF 02109
+
+
+
+
+

+
+
Silent Auction
+
+
Join us for the annual Vets in Tech Silent Auction!
+
+ Date: 9/27/2021
+
Time: 8:00 PM
+

+
+
+
\ No newline at end of file
diff --git a/styles.css b/styles.css
index e69de29..6679fe0 100644
--- a/styles.css
+++ b/styles.css
@@ -0,0 +1,82 @@
+body{
+ background-color: black;
+ display: flex;
+ justify-content: center;
+}
+.panel{
+ padding-top: 2%;
+ width: 30%;
+ height: 35em;
+ background-color: white;
+ border: .5em;
+ border-color: black;
+ margin: .25em;
+ text-align: center;
+}
+
+.social_media_text{
+ text-decoration: none;
+ font-size: 24;
+}
+
+#nature_img{
+ margin-right: auto;
+ padding-top: 3em;
+ width: 90%;
+}
+
+#flag_img{
+ width: auto;
+ height: 9em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+#contact{
+ text-decoration: underline;
+ font-size: 36;
+}
+
+#contact_info{
+ margin-top: 3em;
+ text-align: left;
+ margin-left: 1em;
+}
+
+#vit_img{
+ justify-content: center;
+ margin-right: auto;
+ margin-left: auto;
+ padding-top: 1em;
+ width: auto;
+ height: 5em;
+}
+
+.box_black{
+ width:250px;
+ height:10px;
+ background-color: black;
+ justify-content: center;
+ margin: auto;
+}
+/*
+#silent_auction{
+ font-weight: 500;
+} */
+
+#auction_text{
+ margin-top: 3em;
+ text-align: left;
+ margin-left: 1em;
+}
+
+#whiskey_img{
+ margin-left: auto;
+ margin-right: auto;
+ padding-top: auto;
+ width: 17em;
+ /* height: auto; */
+ /* justify-content: bottom; */
+}
+
+