diff --git a/src/style.css b/src/style.css
index c5f479a..e18b6cb 100644
--- a/src/style.css
+++ b/src/style.css
@@ -4,9 +3,0 @@
-body {
- background-color: white;
-}
-#box {
- width: 500px;
- height: 500px;
- color: aliceblue;
- background: #000;
-}
#test {
color: aliceblue;
}
body {
background-color: white;
}
#box {
width: 500px;
height: 500px;
color: aliceblue;
background: #000;
}