diff --git a/styles.css b/styles.css index 4d0dbe0..f97e38d 100644 --- a/styles.css +++ b/styles.css @@ -5,7 +5,7 @@ } body { - background-color: #ffa2ec; + background-color: #861f8a; display: flex; height: 100vh; width: 100%; @@ -22,13 +22,13 @@ body { position: absolute; width: 280px; height: 100px; - border: 10px solid #ffa2ec; + border: 10px solid #28c544; border-radius: 50px; box-shadow: - 8px 8px 10px #ff69b4, - -8px -8px 10px #ffbfff, - inset 8px 8px 10px #ff69b4, - inset 8px -8px 10px #ffbfff; + 8px 8px 10px #05821c, + -8px -8px 10px #259cf1, + inset 8px 8px 10px #05821c, + inset 8px -8px 10px #259cf1; filter: blur(0.2px); }