diff --git a/style.css b/style.css index 655eb74..efcf1b7 100644 --- a/style.css +++ b/style.css @@ -51,8 +51,8 @@ body { justify-content: center; align-items: center; position: relative; - width: 150px; - height: 150px; + width: 200px; + height: 200px; border: 4px solid dimgray; border-radius: 50%; font-size: 0; @@ -66,8 +66,8 @@ body { content: ""; display: flex; position: absolute; - width: 150px; - height: 150px; + width: 200px; + height: 200px; top: -4px; left: -4px; border: 4px solid #1da8b7;