@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}
footer{
  padding-bottom: 3px;
  padding-top: 3px;
  position: initial;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to left, #9c27b0,#8ecdff);
  position: fixed;
}
.footercenter{
  text-align: center;
  background: linear-gradient(to left, #9c27b0,#8ecdff);
}
.bottom{
  margin: 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: Font Awesome;
}
.bottom  span{
  color: #000000;
}
.bottom  a{
  color: #f12020;
  text-decoration: none;
}
.bottom  a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
}
