            .iconpok {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 50px;
  border-radius: 190px;
  border: 3px solid #1e1e1e;
  background: #1e1e1e;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s;
  line-height: 9
}



.iconpok {
  background-color: #1e1e1e;
  box-shadow: 0px -100px 0 0 #ff0000 inset;
}
.iconpok:hover {
  box-shadow: 0px 0 0 0 #ff0000 inset;
}
.iconpok:active {
  box-shadow: 0px 100px 0 0 #ff0000 inset;
}
