﻿h1 {
    font-size: 48px;
    color: #3d413f;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
section p, ol {
    line-height: 20px;    
}
section p {
    margin: 19px 17px 0 25px;
}
ol {
    list-style-type: decimal;
    margin: 19px 0 0 47px;
}
