/**
* file: style.css
* @author: Systhesys Tecnologia<ti@systhesys.com.br>
*/

body {
    font-family: 'Nunito', sans-serif;
}

.app-container {
    margin-top: 1%;
}

.center {
    margin: 0;
    text-align: center;
}

.feature-list li {
    text-align: left!important;
}
