footer {
  background-color: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: left;
  font-size: small;
  font-family: 'Roboto';
}

/* copyright*/
.team {
  text-align: left;
  font-size: 30;
  font-family: 'Arial';
  color: black;
}

/* Style all font awesome icons */
.fa {
  margin-top: 10px;
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
  border-radius: 10px;
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  border-radius: 10px;
  background: #55ACEE;
  color: white;
}

.share {
  font-size: 20px;
  color: black;
}

.copyright {
  padding-top: 2.2em;
  padding-right: 2em;
  font-size: 1em;
}
/*# sourceMappingURL=footer.css.map */