p {
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


figure {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}

blockquote{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    border-left:5px solid #000;
    padding: 5px;
    padding-left: 10px;
}

pre {
    margin-bottom: 15px;
}

li {
    margin-bottom: 5px;
}

ol {
    margin-left: 30px;
    margin-bottom: 15px;
}