diff --git a/src/App.tsx b/src/App.tsx
index a61d818..2f079de 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -490,6 +490,7 @@ function App() {
{attackMethod.replaceAll(/_/ig, ' ') + ' ' + emojis[attackMethod.replaceAll(/_/ig, ' ')]}:
{descriptions[attackMethod.replaceAll(/_/ig, ' ')]}
+
{/* Stats Widgets */}
diff --git a/src/index.css b/src/index.css
index 7cc8381..58c43e1 100644
--- a/src/index.css
+++ b/src/index.css
@@ -175,4 +175,6 @@ how to remove the vertical space around the range input in IE*/
display: inline;
color: black;
font-weight: normal;
+ /*border:1px solid rgba(236, 72, 153, 1);*/
+
}