styles.css 227 B

12345678910111213141516171819
  1. /* main styles */
  2. * {
  3. font-family: 'Segoe UI';
  4. }
  5. h1 {
  6. font-weight: 600;
  7. font-size: .9em;
  8. }
  9. p {
  10. font-weight: 500;
  11. font-size: .8em;
  12. margin-bottom: 5px;
  13. }
  14. .div_action{
  15. width: 100px;
  16. margin-top: 5px;
  17. }