---
id: 5f3ef6e0f8c230bdd2349716
title: Part 64
challengeType: 0
---
## Description
The `h1` and `h2` elements' text are set by default values of the user's browser.
Add two new type selectors (`h1` and `h2`). Use the `font-size` property for both, but use the value `40px` for the `h1` and `30px` for the `h2`.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed