app.css 208 B

1234567891011121314
  1. body {
  2. font-family: 'Segoe UI', sans-serif;
  3. overflow: hidden;
  4. height: 100%;
  5. background: #000000;
  6. text-align: center;
  7. margin:0px;
  8. padding:0px;
  9. }
  10. span {
  11. font-style: italic;
  12. }