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