diff --git a/web/style.css b/web/style.css index d4b8f24..5cd195e 100644 --- a/web/style.css +++ b/web/style.css @@ -14,6 +14,12 @@ body { color: black; text-align: left; } + + h5 { + text-align: center; + color: #418; + font-size: 12px; + } p { font-family: monospace; @@ -29,6 +35,7 @@ body { } audio { + position: relative; width: 300px; height: 54px; }