diff --git a/index.html b/index.html
index e525893..118822a 100644
--- a/index.html
+++ b/index.html
@@ -28,8 +28,32 @@
.center {
display: flex;
- justify-content: center;
+ flex-direction: column;
+ align-items: center;
margin: 24px 0;
+ gap: 8px;
+ }
+
+ #stats {
+ font-family: 'Times New Roman', Times, serif;
+ font-weight: 100;
+ font-size: 32px;
+ color: #000;
+ }
+
+ #clock {
+ font-family: 'Times New Roman', Times, serif;
+ font-weight: 100;
+ font-size: 32px;
+ color: #000;
+ letter-spacing: 6px;
+ }
+
+ #turn {
+ border-top: 1px solid #68687aaa;
+ padding-top: 4px;
+ font-size: 14px;
+ color: #68687aaa;
}
.join-menu {