diff --git a/index.html b/index.html
index ab3b6ce..f57b49a 100644
--- a/index.html
+++ b/index.html
@@ -7,18 +7,22 @@
+
-
+
ARCANA
+
Click on the deck
-
-
-
diff --git a/stylesheet.css b/stylesheet.css
index 0bf86ad..e204d8b 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -1,10 +1,26 @@
-body {
- background: url(images/background/purplenightsky.jpeg),
- linear-gradient(to top, #CD663B, #35222C, #1D151E),
- black;
+html, body, h1, h2, h3, h4, p, div, ul, li, a {
+ padding: 0;
+ border: 0;
+ margin: 0;
+ font-size: 100%
+ font-family: "Helvetica Neue", Helvetica, sans-serif;
+ font-weight: 200;
+ list-style: none;
+ text-decoration: none;
+}
+@font-face {
+
+}
+@media screen and (min-width:600px) {
+
+}
+.topHalf {
+ width: 100vw;
+ height: 100 vh;
+ background: url(images/background/starrynightsky.jpeg), black;
background-size: 100%;
background-repeat: no-repeat;
- background-position: center center;
+ background-position: center;
}
h1, h2 {
text-align: center;
@@ -35,6 +51,6 @@ h1, h2 {
padding-right: 20px;
}
#hand img {
- padding: 5px;
+ padding: 7px;
height: 225px;
}
\ No newline at end of file