diff --git a/web/style.css b/web/style.css index ec17b5a..1dc4dc4 100644 --- a/web/style.css +++ b/web/style.css @@ -1,24 +1,39 @@ body { background-color: white; color: black; + margin-left: 5%; + margin-right: 5%; } h1 { color: black; - text-align: center; + text-align: left; + } + + h2 { + color: black; + text-align: left; } p { font-family: monospace; - font-size: 20px; + font-size: 18px; color: black; + margin-left: 10%; + margin-right: 10%; + display: flex; } a { color: magenta; } - .images { + audio { + width: 300px; + height: 54px; + } + + img { position: absolute; padding-left: 5%; width: 50%;