.main-button {
  padding: 15px 25px;
  background: var(--grey2);
  color: var(--white1);
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none !important;
}

.main-button:hover {
  background: var(--grey4);
}
