diff --git a/style.css b/style.css index 0ca13e3..5b7280e 100644 --- a/style.css +++ b/style.css @@ -36,11 +36,22 @@ section { /* SVG and h1 styling */ svg { - width: 20vmin; - height: 20vmin; + width: 55vmin; + height: 1uto; } h1 { font-family: 'DM Serif Display', serif; - font-size: 5vmin; + margin: 3vmin 0 0 0; + line-height: 1; +} + +h1:nth-child(1){ + font-size: 5vmin; + opacity: 0.6; +} + +h1:nth-child(2){ + font-size: 9.7vmin; + opacity: 0.1; }