main.css 458 B

1234567891011121314151617181920212223242526272829
  1. h1, h2, h3, h4, h5, h6, p{
  2. font-family: "Barlow";
  3. font-style: normal;
  4. }
  5. /* BUTTON */
  6. .btn-artist {
  7. background: rgba(250, 194, 10, 0.4);
  8. }
  9. .btn-manager {
  10. background: rgba(216, 5, 11, 0.4);
  11. }
  12. .btn-school, .btn-artist, .btn-manager{
  13. border-radius: 0.5rem;
  14. margin-left: 2vw;
  15. padding: 25px;
  16. gap: 9px;
  17. font-weight: 700;
  18. font-size: .9rem;
  19. line-height: 15px;
  20. width: 10rem;
  21. height: 4rem;
  22. font-family: "Barlow";
  23. font-style: normal;
  24. }