diff --git a/styles.css b/styles.css index 214aa12..626780d 100644 --- a/styles.css +++ b/styles.css @@ -22,6 +22,7 @@ body { max-width: 800px; background-color: #cece42; flex: auto; + gap: 20px; } #poopy { @@ -32,7 +33,7 @@ body { min-height: 50px; min-width: 10px; max-width: 100px; - background-color: gray; + background-color: plum; } #linooks {