.forward {
  padding: 10px;
  height: 42px;
  cursor: pointer;
  position: relative;
  border: none;
  color: black;
  transition: all 0.25s;
}
.forward:hover {
  transform: translatex(10px);
}