---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    format_version: 0.13
    jupytext_version: 1.16.6
kernelspec:
  display_name: Python 3
  language: python
  name: python3
---

# Are You Sitting Too Far?

**Test if you are seated close enough:** 

If you struggle reading any of the following text, consider sitting closer to the screen!

## Can You Read This Header?

### Wow, And This Too?

```{code-cell}

# If you can read the code block too, congratulations, you are good to go!
1 + 1 == 2
```