/* CSS Styles */
*{
    font-family: sans-serif;
}
body {background-color:lightyellow;}
    h1{font-size: 2.5rem; color: dimgray;}
    h2{font-size: 2rem; color: dimgray;}
    p, ul, ol {font-size: 1rem; color: dimgray;}
    .pic{
        width: 300px;
    }