diff --git a/index.html b/index.html
index 86b9d16..0811a30 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,8 @@
background-color: #f8f8f8;
border: darkslategrey 3px dashed;
border-radius: 1cqw;
+ display: flex;
+ align-items: center;
}
#displayDiv embed {
@@ -37,6 +39,11 @@
width: 7cqw
}
+ #displayDiv #restart img {
+ height: 3cqmax;
+ width: 3cqmax;
+ }
+
#connect-circle {
width: 1cqmax;
height: 1cqmax;
@@ -62,6 +69,9 @@
+