diff --git a/style.css b/style.css index 2dae78c..619b6f4 100644 --- a/style.css +++ b/style.css @@ -12,13 +12,15 @@ body { padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + text-align: center; } h1 { - text-align: center; + margin-top: 0; } -#settings, #game { +#settings, +#game { margin-top: 20px; } @@ -27,7 +29,9 @@ label { margin-bottom: 5px; } -select, input[type="number"], button { +select, +input[type="number"], +button { margin-bottom: 10px; padding: 5px; } @@ -45,7 +49,7 @@ button:hover { } #game { - text-align: center; + display: none; } #game h2 {