.fa {
  padding: 2px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
#peu{
  margin-bottom: 0px;
  bottom: 0px;
  padding:10px;
  background-color: #E6E6E6;
  min-height: 200px;
  width:100%;
}
@media screen and (min-height: 800px) {
  #peu {
    position:fixed;
    margin-bottom: 0px;
    bottom: 0px;
  }
}

.glyphicon{
  color:black;
}

#banner{
  display: inline-block;
  width: 100%;
}
#introduction{
  margin: 100px;
  text-align: center;
}
#result{
  min-height: 600px;
}
body{
  background-color: black;
  color:white;
}
