img {
    max-width: 100%;
}

body {
    margin: 0;
}

p,
ul,
ol {
    font-family: -apple-system, BlinkMacSystemFont, Roboto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: rgb(77, 77, 77);
}

li {
    margin: 10px 0;
}

a {
    color: rgb(77, 77, 77);
}

h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, Roboto;
    color: rgb(77, 77, 77);
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
}
h1 {
    font-size: 20px;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 16px;

}

small {
    font-family: -apple-system, BlinkMacSystemFont, Roboto;
    margin-left: 20px;
    color: rgb(77, 77, 77);
    font-size: 14px;
}