body {
/*    background: rgb(153, 80, 80);*/
    max-width: 900px;
    margin: auto;
}

#title, .subtitle, .posttitle {
color: blue;
}

.posttitle {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 20px;
    color: yellow;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

a {
    text-decoration: underline;
}

.post {
    background: rgb(21, 203, 94);
    padding: 10px;
    border: 3px dotted black;
    border-radius: 10px;
    margin: 10px;
}

ol {
    list-style-type: "\1F44D";
    padding: 20px;
}

.imagem {
    width: 300px;
    height: 200px;
}