body main {
    background-color: #EEF0F3;
    padding-bottom: 60px;
}

main h1 {
    display: block;
    float: left;
    margin-top: 15px;
    font-family: 'Lato-Bold';
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    width: 100%;
}

main h2 {
    display: block;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    font-family: 'Lato-Bold';
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    width: 100%;
}

main p {
    display: block;
    float: left;
    margin-top: 8px;
    font-size: 15px;
    line-height: 28px;
    width: 100%;
}