body{
  padding-bottom: 40px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

p{
  font-size: 18px;
}

h1{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 48px;
}

h2{
  font-family: 'Lato', sans-serif;
  margin-top: 0;
  font-size: 18px;
}

a{
  color: #000;
  font-size: 18px;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
}

a:hover, a:focus {
color: #333;
text-decoration: underline;
}

.container {
  margin-top: 50px;
}

.name-header {
  margin-bottom: 50px;
}

.active {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #000;
  padding-left: 10px;
}