diff --git a/src/App.css b/src/App.css
index 54add56..aa6fff3 100644
--- a/src/App.css
+++ b/src/App.css
@@ -8,7 +8,7 @@
.app {
height: 100%;
/* background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('./images/city.jpg'); */
- background-color: blueviolet;
+ background-color: violet;
background-size: cover;
background-position: center;
display: flex;
@@ -18,7 +18,7 @@
}
.card {
- background: whitesmoke;
+ background: white;
width: 40%;
height: 20%;
display: flex;
@@ -109,4 +109,4 @@
width: 80%;
height: 30%;
}
- }
\ No newline at end of file
+ }
diff --git a/src/App.js b/src/App.js
index 7bfc72f..38f9267 100644
--- a/src/App.js
+++ b/src/App.js
@@ -38,15 +38,8 @@ class App extends Component {