diff --git a/css/style.css b/css/style.css index b990c4a..8d340a7 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ body { background-color: #EFEFEF; margin: 0; padding: 0; - font-size: 100%; + font-size: 10px; } p, h1, h2 { @@ -31,11 +31,11 @@ p, h1, h2 { } p { - font-size: 1em; + font-size: 2em; } h1 { - font-size: 2em; + font-size: 3em; margin-bottom: 0px; } @@ -94,7 +94,7 @@ a:active { } .dropdown .dropbtn { - font-size: 16px; + font-size: 2em; border: none; outline: none; color: white;