| 1234567891011121314151617181920212223242526272829 |
- h1, h2, h3, h4, h5, h6, p{
- font-family: "Barlow";
- font-style: normal;
- }
- /* BUTTON */
- .btn-artist {
- background: rgba(250, 194, 10, 0.4);
- }
- .btn-manager {
- background: rgba(216, 5, 11, 0.4);
- }
- .btn-school, .btn-artist, .btn-manager{
- border-radius: 0.5rem;
- margin-left: 2vw;
- padding: 25px;
- gap: 9px;
- font-weight: 700;
- font-size: .9rem;
- line-height: 15px;
- width: 10rem;
- height: 4rem;
- font-family: "Barlow";
- font-style: normal;
- }
|