body {
    font-family: 'Lato', sans-serif;
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: justify;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

