body > footer {
  background-color: #34495E;
  height: 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

body > footer > div {
  margin: auto;
  text-align: center;
  color: #FFF;
}

body > footer > div ul {
  list-style: none;
  margin-top: 20px;
}

body > footer > div ul li {
  margin-top: 10px;
}

body > footer > div ul li a {
  color: #FFF;
  text-decoration: none;
}

body > footer > div .header {
  font-weight: bold;
}

body > footer .central .logo.me {
  display: block;
  width: 80px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
}

body > footer .central .logo.me path {
  fill: #FFF;
  stroke: #FFF;
}

body > footer .central p {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8em;
}
/*# sourceMappingURL=footer.css.map */