diff --git a/fortune_generator/styles.css b/fortune_generator/styles.css index 19cb064..6b9f11b 100644 --- a/fortune_generator/styles.css +++ b/fortune_generator/styles.css @@ -1,14 +1,14 @@ -* { - overflow: hidden; - text-align: center; -} - :root { --button-color: #79abf7; --button-hover-color: #4590dc; --white: #FFFFFF; } +* { + overflow: hidden; + text-align: center; +} + body { margin: 0; padding: 0;