diff --git a/src/index.html b/src/index.html
index 09fd717..917af59 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,6 +8,9 @@
+
+
+
Tic Tac Toe
diff --git a/src/style.css b/src/style.css
index f225f77..e7666bd 100644
--- a/src/style.css
+++ b/src/style.css
@@ -19,6 +19,8 @@
background-color: #231F20;
color: white;
+
+ font-family: 'Roboto', sans-serif;
}
button
@@ -26,6 +28,10 @@ button
height: 75px;
width: 75px;
+ border-radius: 12px;
+
+ border: 0px solid #000000;
+
font-size: xx-large;
font-style: bold;