diff --git a/UI_Screenshots/Screenshot (870).png b/UI_Screenshots/Screenshot (870).png
new file mode 100644
index 0000000..2d8fc53
Binary files /dev/null and b/UI_Screenshots/Screenshot (870).png differ
diff --git a/index.html b/index.html
index 5c85019..3d268d4 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,9 @@
GAME
+
+
+
@@ -21,11 +24,12 @@
-
+
- COMPUTER:
+
+ COMPUTER:
WINNER:
diff --git a/style.css b/style.css
index 3f93427..32b19e3 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-* {
+*{
padding: 0;
margin: 0;
box-sizing: border-box;
@@ -16,7 +16,7 @@ body{
padding:18px;
background-color:white;
text-align:center;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: 'VT323', monospace;
font-weight:normal;
}
ul {
@@ -97,7 +97,7 @@ i#scissors {
left:50%;
transform: translate(-50%, -50%);
margin: 0 auto;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: 'VT323', monospace;
display: inline-block;
}
.right {