@import url('https://fonts.googleapis.com/css?family=Lato:400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:700&subset=latin-ext');

body{
background-color : #eee;
margin : 0 auto;
color : #333333;
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 15px;
}

hr {
    border-top: 1px solid #ddd;
}
.nav-pills>li {
    float: none;
display: inline-block;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ddd;
}
.nav 
{
  text-align: center; 
}