@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none
}
body, html {
  width: 100%;
  height: 100%;
  text-decoration: none
}
body {
  background-image: url(ax.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}
.fa-facebook-square {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 49.5%;
}
.fa-facebook-square:hover {
  color: #3b5998;
}
.fa-instagram {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 47.5%;
}
.fa-instagram:hover {
  color: #fb3958;
}
.fa-linkedin {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 51.5%;
}
.fa-linkedin:hover {
  color: #0e76a8;
}
@media only screen and (max-width: 768px) {
.fa-facebook-square {
  color: white;
  position: absolute;
  bottom: 10px;
  left: 48%;
}
.fa-instagram {
  color: white;
  position: absolute;
  bottom: 10px;
  left: 41%;
}
.fa-linkedin {
  color: white;
  position: absolute;
  bottom: 10px;
  left: 55%;
}
}