|
|
@@ -1,14 +1,10 @@
|
|
|
-body {
|
|
|
- margin: 0;
|
|
|
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
|
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
|
- sans-serif;
|
|
|
+.App {
|
|
|
+ margin-top: 60px;
|
|
|
+ font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
-}
|
|
|
-
|
|
|
-.App {
|
|
|
text-align: center;
|
|
|
+ color: #2c3e50;
|
|
|
}
|
|
|
|
|
|
.room {
|