@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
}
html,body{
  /* place-items: center; */
}
.icons{
  display: inline-flex;
}
:root {
  color-scheme: light only;
}
.icons a{
  margin: 0 25px;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.icons a .layer{
  width: 55px;
  height: 55px;
  transition: transform 0.3s;
}
.icons a:hover .layer{
  transform: rotate(-35deg) skew(20deg);
}
.icons a .layer span{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
.icons a .layer span.fab{
  font-size: 30px;
  line-height: 55px;
  text-align: center;
}
.icons a:hover .layer span:nth-child(1){
  opacity: 0.2;
}
.icons a:hover .layer span:nth-child(2){
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icons a:hover .layer span:nth-child(3){
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icons a:hover .layer span:nth-child(4){
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icons a:hover .layer span:nth-child(5){
  opacity: 1;
  transform: translate(20px, -20px);
}
.icons li:nth-child(2) .layer span,
.icons li:nth-child(2) .text{
  color: #fe6121;
  border-color: #fe6121;
}
.icons li:nth-child(3) .layer span,
.icons li:nth-child(3) .text{
  color: #1DA1F2;
  border-color: #1DA1F2;
}
.icons li:nth-child(1) .layer span,
.icons li:nth-child(1) .text{
  color: #E1306C;
  border-color: #E1306C;
}
.icons li:nth-child(4) .layer span,
.icons li:nth-child(4) .text{
  color: #533a30;
  border-color: #533a30;
}
.icons li:nth-child(5) .layer span,
.icons li:nth-child(5) .text{
  color: #fe6121;
  border-color: #fe6121;
}
.icons li:nth-child(6) .layer span,
.icons li:nth-child(6) .text{
  color: #ff0000;
  border-color: #ff0000;
}
.icons li:hover:nth-child(2) .layer span{
  box-shadow: -1px 1px 3px #fe6121;
}
.icons li:hover:nth-child(3) .layer span{
  box-shadow: -1px 1px 3px #1DA1F2;
}
.icons li:hover:nth-child(1) .layer span{
  box-shadow: -1px 1px 3px #E1306C;
}
.icons li:hover:nth-child(4) .layer span{
  box-shadow: -1px 1px 3px #533a30;
}
.icons li:hover:nth-child(5) .layer span{
  box-shadow: -1px 1px 3px #fe6121;
}
.icons li:hover:nth-child(6) .layer span{
  box-shadow: -1px 1px 3px #ff0000;
}
.icons a .text{
  position: absolute;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  font-weight: 500;
  transform: translateX(-50%);
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
.icons a:hover .text{
  bottom: -35px;
  opacity: 1;
}
.wattpad-icon-parent{
    display: flex;
    justify-content: center;
}
.wattpad-icon{
    margin-left: 4px;
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
}