/* CSS Styles */
* { font-family: sans-serif;}
body { background-color: aquamarine;}

h1 { font-size: 2.5rem; color: dimgray;}

h2 {font-size: 2rem; color: dimgray;}

p, ul, ol {font-size: 2rem; color: dimgray;}

.pic {width: 300px}