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