section {
  padding: 50px 0;
}

html {
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 2rem;
}

html a {
  text-decoration: none;
}

html img {
  width: 100%;
  height: auto;
}

* {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6em;
  line-height: 2rem;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

h2,
h3,
h4,
h5,
h6 {
  padding: 20px 0 20px;
  margin-bottom: 30px;
}

p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 20px;
}

li {
  font-size: 1rem;
  line-height: 2;
  list-style: decimal inside;
  margin-bottom: 10px;
}

li span {
  font-size: 10px;
}

.btn {
  margin-bottom: 10px;
  display: block;
  padding: 20px;
  background: #000;
  color: #ddd;
}

.btn:hover {
  opacity: 0.7;
}

main {
  margin-bottom: 50px;
}

footer {
  padding: 50px 0;
  font-size: 10px;
}

.row {
  margin: 50px 0;
}

#header {
  font-family: sans-serif;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

#header a {
  text-decoration: none;
  color: #333333;
}

#header a:hover {
  opacity: 0.7;
}

#header.active {
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */