diff --git a/web/style.css b/web/style.css index 1dc4dc4..0c79edc 100644 --- a/web/style.css +++ b/web/style.css @@ -17,7 +17,7 @@ body { p { font-family: monospace; - font-size: 18px; + font-size: 16px; color: black; margin-left: 10%; margin-right: 10%; @@ -25,7 +25,7 @@ body { } a { - color: magenta; + --color1: #418;; } audio { @@ -34,8 +34,7 @@ body { } img { - position: absolute; + position: relative; padding-left: 5%; - width: 50%; - height: 50%; + width: 400px; } \ No newline at end of file