html, body {
    height: 100%;
    width: 100%;
    margin: 0;

}
.container {
    padding: 15px 30px;
    text-align: justify
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    padding: 5px 0px 40px 0px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Georgia", serif;
    text-transform: uppercase;
}

ol li {
    line-height: 17px;
    font-size: 12px;
    font-family: "Verdana", serif;
}
ol {
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}
