.skew {
  border: none;
  padding: 10px;
  height: 42px;
  cursor: pointer;
  transition: all 0.3s;
}
.skew:hover {
  transform: skew(-15deg);
}
