image { width: 5rem; height: 5rem; border-radius: 2rem; }
h1 { font-size: 5rem; }
p { font-size: 2rem; }
* { padding: 0; margin: 0; }

body { background-color: wheat; }
h1, p { color: peru }