.start {
  background-image: url("http://slovopatsanaserial.ru/wp-content/uploads/2023/12/start.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  transition: all 0.5s ease;
  font-weight: bold;
  margin: 5px;
}

.start:hover {
  background-image: url("http://slovopatsanaserial.ru/wp-content/uploads/2023/12/start.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.wink {
  background-image: url("http://slovopatsanaserial.ru/wp-content/uploads/2023/12/wink.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  transition: all 0.5s ease;
  font-weight: bold;
}

.wink:hover {
  background-image: url("http://slovopatsanaserial.ru/wp-content/uploads/2023/12/wink.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}