body{
	background: #000 !important;
	color: #fff !important;
}
#apple,
#twitter,
#github,
#facebook {
  font-size: 3em;
  background-color: #18191f;
  color: #fff;
  box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
    2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
  border-radius: 29px;
  padding: 11px 19px;
  margin-top: 60px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}
#twitter {
  animation-delay: 0.3s;
}
#facebook {
  animation-delay: 0.7s;
}
#github {
  animation-delay: 0.1s;
}
a{
	text-decoration: none;
}
.icon{
  justify-content: center;
}
@keyframes animate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.br{
	padding:80px; 
}
@media screen and (max-width: 992px){
  #apple,
  #twitter,
  #github,
  #facebook {
    font-size: 2.5em;
  }
  .icon{
  	box-sizing: border-box !important;
  	flex-wrap: nowrap  !important;
  	margin:30px !important;
    display: flex !important;
  }
  .icon div{
    width: 50px;
    margin-left: 50px

  }
}