body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}
h1, h2 {
    color: #333;
    font-size: medium;
}
p {
    margin-bottom: 10px;
    font-size: small;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}

li{
    font-size: small;
}

img {
    height: 2em;
    width: auto;
    margin: 1em;
}