body {
  font-family: 'Roboto', sans-serif;
  background: #2d3436;
  color: #ffffff;
}
a {
  text-decoration: none;
  transition: all ease 0.25s;
}
a:hover {
  opacity: 0.7;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  display: inline;
  margin: 0 8px;
}
ul li svg {
  transition: all ease 0.25s;
}
ul li.li svg {
  fill: #0e76a8;
}
ul li.fb svg {
  fill: #3b5998;
}
ul li.ml svg {
  fill: #ffffff;
}
ul li svg:hover {
  opacity: 0.7;
}
#intro {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
#intro h1 {
  font-weight: 600;
  color: #fff;
}
#intro h2 {
  font-weight: 100;
  font-size: 16px;
}
#intro a {
  color: #fff;
  font-weight: 400;
}
#intro span {
  width: 30px;
}
#intro span svg {
  fill: #fff;
  background-size: 20px;
}
#icons {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#icons h3 {
  font-weight: 100;
  font-size: 16px;
}